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

Unified Diff: chrome/common/extensions/extension_constants.cc

Issue 6269013: Remove stray externs in .cc code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.cc
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
index af8bff3130f313ea446d2f4e259db9eb3907af6e..5235aed593e534130020b8ce12eb67a1247caafe 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -229,13 +229,13 @@ const char* kInvalidPluginsPublic =
"Invalid value for 'plugins[*].public'.";
const char* kInvalidRunAt =
"Invalid value for 'content_scripts[*].run_at'.";
-extern const char* kInvalidSidebar =
+const char* kInvalidSidebar =
"Invalid value for 'sidebar'.";
-extern const char* kInvalidSidebarDefaultIconPath =
+const char* kInvalidSidebarDefaultIconPath =
"Invalid value for 'sidebar.default_icon'.";
-extern const char* kInvalidSidebarDefaultTitle =
+const char* kInvalidSidebarDefaultTitle =
"Invalid value for 'sidebar.default_title'.";
-extern const char* kInvalidSidebarDefaultUrl =
+const char* kInvalidSidebarDefaultUrl =
"Invalid value for 'sidebar.default_url'.";
const char* kInvalidSignature =
"Value 'signature' is missing or invalid.";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698