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

Unified Diff: chrome/browser/about_flags.cc

Issue 12096004: Made --enable-rich-notifications flag available to message_center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9fa8daa51ac542f1940fc508e40b25abb9e054bc..e48c934078bb946de718c3eefef07c553682cf58 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -30,6 +30,7 @@
#include "ui/base/ui_base_switches.h"
#include "ui/gfx/switches.h"
#include "ui/gl/gl_switches.h"
+#include "ui/message_center/message_center_switches.h"
Jun Mukai 2013/01/26 02:52:52 #if defined(ENABLE_MESSAGE_CENTER) is needed here
dharcourt 2013/01/26 04:07:04 Done.
#if defined(USE_ASH)
#include "ash/ash_switches.h"
@@ -1201,7 +1202,7 @@ const Experiment kExperiments[] = {
IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_NAME,
IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_DESCRIPTION,
kOsWin | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnableRichNotifications)
+ SINGLE_VALUE_TYPE(message_center::switches::kEnableRichNotifications)
},
{
"full-history-sync",

Powered by Google App Engine
This is Rietveld 408576698