| Index: shell/switches.cc
|
| diff --git a/shell/switches.cc b/shell/switches.cc
|
| index 2d61e367583af30dd7aecc33b267be5e1e564b82..4c0252336bf356821ac6ed46436fa328dec638b3 100644
|
| --- a/shell/switches.cc
|
| +++ b/shell/switches.cc
|
| @@ -46,6 +46,9 @@ const char kEnableMultiprocess[] = "enable-multiprocess";
|
| // --force-in-process=mojo:native_viewport_service,mojo:network_service
|
| const char kForceInProcess[] = "force-in-process";
|
|
|
| +// Forces offline by default mode, even for local URLs.
|
| +const char kForceOfflineByDefault[] = "force-offline-by-default";
|
| +
|
| // Print the usage message and exit.
|
| const char kHelp[] = "help";
|
|
|
| @@ -84,6 +87,7 @@ const char* kSwitchArray[] = {kV,
|
| kDontDeleteOnDownload,
|
| kEnableMultiprocess,
|
| kForceInProcess,
|
| + kForceOfflineByDefault,
|
| kHelp,
|
| kMapOrigin,
|
| kOrigin,
|
|
|