Remove kNetworkCountryIso from ContentSwitches
It's no longer in use after: https://chromium-review.googlesource.com/c/chromium/src/+/1918653 Bug: None Change-Id: I79cf55715dfc5fb2987800aec029a259911a6e13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2670466 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Jinho Bang <jinho.bang@samsung.com> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#851036}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b197692396
commit
a5bf1dfaf9
1
AUTHORS
1
AUTHORS
@ -826,6 +826,7 @@ PhistucK <phistuck@gmail.com>
|
||||
Pierre Neter <pierreneter@gmail.com>
|
||||
Pierre-Antoine LaFayette <pierre.lafayette@gmail.com>
|
||||
Po-Chun Chang <pochang0403@gmail.com>
|
||||
Prakhar Shrivastav <p.shri@samsung.com>
|
||||
Pramod Begur Srinath <pramod.bs@samsung.com>
|
||||
Pranay Kumar <pranay.kumar@samsung.com>
|
||||
Pranjal Jumde <pranjal@brave.com>
|
||||
|
@ -929,9 +929,6 @@ const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
|
||||
const char kForceOnlineConnectionStateForIndicator[] =
|
||||
"force-online-connection-state-for-indicator";
|
||||
|
||||
// The telephony region (ISO country code) to use in phone number detection.
|
||||
const char kNetworkCountryIso[] = "network-country-iso";
|
||||
|
||||
// Enables remote debug over HTTP on the specified socket name.
|
||||
const char kRemoteDebuggingSocketName[] = "remote-debugging-socket-name";
|
||||
|
||||
|
@ -261,7 +261,6 @@ CONTENT_EXPORT extern const char kDisableTimeoutsForProfiling[];
|
||||
CONTENT_EXPORT extern const char kEnableAdaptiveSelectionHandleOrientation[];
|
||||
CONTENT_EXPORT extern const char kEnableLongpressDragSelection[];
|
||||
CONTENT_EXPORT extern const char kForceOnlineConnectionStateForIndicator[];
|
||||
extern const char kNetworkCountryIso[];
|
||||
CONTENT_EXPORT extern const char kRemoteDebuggingSocketName[];
|
||||
CONTENT_EXPORT extern const char kRendererWaitForJavaDebugger[];
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user