| Index: components/web_resource/resource_request_allowed_notifier.cc
|
| diff --git a/components/web_resource/resource_request_allowed_notifier.cc b/components/web_resource/resource_request_allowed_notifier.cc
|
| index 2192943f235c3444da98771e2775a65d60912853..4842a43ce26ae4b180a3a7a7a72629d57286cbb2 100644
|
| --- a/components/web_resource/resource_request_allowed_notifier.cc
|
| +++ b/components/web_resource/resource_request_allowed_notifier.cc
|
| @@ -44,7 +44,8 @@ void ResourceRequestAllowedNotifier::Init(Observer* observer) {
|
| ResourceRequestAllowedNotifier::State
|
| ResourceRequestAllowedNotifier::GetResourceRequestsAllowedState() {
|
| if (disable_network_switch_ &&
|
| - CommandLine::ForCurrentProcess()->HasSwitch(disable_network_switch_)) {
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + disable_network_switch_)) {
|
| return DISALLOWED_COMMAND_LINE_DISABLED;
|
| }
|
|
|
|
|