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

Unified Diff: chrome/common/chrome_content_client.h

Issue 7824011: Remove static initializers from ChromeContentClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only change the const-ness of the strings. Created 9 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
« no previous file with comments | « no previous file | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_content_client.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index e3be5cc49d59d7c4149c2467c11d706edb930335..a4bb24279d7c55a2d155753c09b0c4a794965eb7 100644
--- a/chrome/common/chrome_content_client.h
+++ b/chrome/common/chrome_content_client.h
@@ -12,9 +12,9 @@ namespace chrome {
class ChromeContentClient : public content::ContentClient {
public:
- static const char* kPDFPluginName;
- static const char* kNaClPluginName;
- static const char* kNaClOldPluginName;
+ static const char* const kPDFPluginName;
+ static const char* const kNaClPluginName;
+ static const char* const kNaClOldPluginName;
virtual void SetActiveURL(const GURL& url);
virtual void SetGpuInfo(const GPUInfo& gpu_info);
« no previous file with comments | « no previous file | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698