| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 68b10f7817862e48699e67b26208b13b0dc0dabf..0f9eac028c55f05f9c9a8196f8db5587c7feadd3 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -553,7 +553,7 @@ const char kEnableUserAlternateProtocolPorts[] =
|
|
|
| // Enables a new "web app" style frame for hosted apps (including bookmark
|
| // apps).
|
| -extern const char kEnableWebAppFrame[] = "enable-web-app-frame";
|
| +const char kEnableWebAppFrame[] = "enable-web-app-frame";
|
|
|
| // Enables synchronizing WiFi credentials across devices, using Chrome Sync.
|
| const char kEnableWifiCredentialSync[] = "enable-wifi-credential-sync";
|
|
|