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

Unified Diff: ui/message_center/message_center_switches.h

Issue 19925003: WIP - command line experiment Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « ui/gl/gl_switches.cc ('k') | ui/message_center/message_center_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_switches.h
diff --git a/ui/message_center/message_center_switches.h b/ui/message_center/message_center_switches.h
index 86d9b0e01b5c198e3aa45837402883b62168303e..94172fbca357e04130f09e9f970edd24af8eb87e 100644
--- a/ui/message_center/message_center_switches.h
+++ b/ui/message_center/message_center_switches.h
@@ -5,9 +5,17 @@
#ifndef UI_MESSAGE_CENTER_MESSAGE_CENTER_SWITCHES_H_
#define UI_MESSAGE_CENTER_MESSAGE_CENTER_SWITCHES_H_
+#include "build/build_config.h"
#include "ui/message_center/message_center_export.h"
-namespace message_center {
+#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES
+
+namespace {
+#include "ui/message_center/message_center_switches.cc"
+}
+
+#else
+
namespace switches {
// Enables rich templated notifications and NotificationCenter. In ChromeOS,
@@ -23,6 +31,6 @@ MESSAGE_CENTER_EXPORT extern const char kEnableRichNotifications[];
MESSAGE_CENTER_EXPORT extern const char kDisableRichNotifications[];
} // namespace switches
-} // namespace message_center
+#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES
#endif // UI_MESSAGE_CENTER_MESSAGE_CENTER_CONSTANTS_H_
« no previous file with comments | « ui/gl/gl_switches.cc ('k') | ui/message_center/message_center_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698