| Index: shell/context.cc
|
| diff --git a/shell/context.cc b/shell/context.cc
|
| index 2e9513064dc7dba71e2b9a3fd6ea179e85561c4a..5e43504e6de07c9ae1ad2952a5b350bc6ddac4a2 100644
|
| --- a/shell/context.cc
|
| +++ b/shell/context.cc
|
| @@ -66,6 +66,9 @@ ApplicationManager::Options MakeApplicationManagerOptions() {
|
| ApplicationManager::Options options;
|
| options.disable_cache = base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableCache);
|
| + options.force_offline_by_default =
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kForceOfflineByDefault);
|
| return options;
|
| }
|
|
|
|
|