| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index be1cdc9940f328f04e914ae36e9070c6b2245720..d6787321a22789b6ceccf49939f0dacbb4c0ecc4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -398,7 +398,7 @@ const char kDnsPrefetchDisable[] = "dns-prefetch-disable";
|
| const char kDumpBrowserHistograms[] = "dump-browser-histograms";
|
|
|
| // Overrides the path of Easy Unlock component app.
|
| -extern const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
|
| +const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
|
|
|
| // If set, the app list will be enabled as if enabled from CWS.
|
| const char kEnableAppList[] = "enable-app-list";
|
|
|