Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5520)

Unified Diff: chrome/common/chrome_switches.cc

Issue 1313533003: Fix some extern usage in .cc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698