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

Unified Diff: webkit/plugins/npapi/plugin_group.h

Issue 8687014: Remove a few static initializers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 9 years, 1 month 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 | webkit/plugins/npapi/plugin_group.cc » ('j') | webkit/plugins/npapi/plugin_list.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_group.h
diff --git a/webkit/plugins/npapi/plugin_group.h b/webkit/plugins/npapi/plugin_group.h
index 37709a5735141dda990a98d75190849fa0581dd9..5880532b9fccb22c3dc2f5277f8b5c97131cab77 100644
--- a/webkit/plugins/npapi/plugin_group.h
+++ b/webkit/plugins/npapi/plugin_group.h
@@ -76,14 +76,14 @@ class PluginGroup {
public:
// Used by about:plugins to disable Reader plugin when internal PDF viewer is
// enabled.
- static const char* kAdobeReaderGroupName;
- static const char* kAdobeReaderUpdateURL;
- static const char* kJavaGroupName;
- static const char* kQuickTimeGroupName;
- static const char* kShockwaveGroupName;
- static const char* kRealPlayerGroupName;
- static const char* kSilverlightGroupName;
- static const char* kWindowsMediaPlayerGroupName;
+ static const char kAdobeReaderGroupName[];
+ static const char kAdobeReaderUpdateURL[];
+ static const char kJavaGroupName[];
+ static const char kQuickTimeGroupName[];
+ static const char kShockwaveGroupName[];
+ static const char kRealPlayerGroupName[];
+ static const char kSilverlightGroupName[];
+ static const char kWindowsMediaPlayerGroupName[];
PluginGroup(const PluginGroup& other);
« no previous file with comments | « no previous file | webkit/plugins/npapi/plugin_group.cc » ('j') | webkit/plugins/npapi/plugin_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698