| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 3ed9a38a18d4b42574a9359763c43794040de18b..a6685b9a866f5c2592b6bb474bb365dd223af62e 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -32,11 +32,8 @@
|
| #include "ui/gfx/switches.h"
|
| #include "ui/gl/gl_switches.h"
|
| #include "ui/keyboard/keyboard_switches.h"
|
| -#include "ui/surface/surface_switches.h"
|
| -
|
| -#if defined(ENABLE_MESSAGE_CENTER)
|
| #include "ui/message_center/message_center_switches.h"
|
| -#endif
|
| +#include "ui/surface/surface_switches.h"
|
|
|
| #if defined(USE_ASH)
|
| #include "ash/ash_switches.h"
|
| @@ -1297,7 +1294,6 @@ const Experiment kExperiments[] = {
|
| ENABLE_DISABLE_VALUE_TYPE(switches::kEnableTouchEditing,
|
| switches::kDisableTouchEditing)
|
| },
|
| -#if defined(ENABLE_MESSAGE_CENTER)
|
| {
|
| "enable-rich-notifications",
|
| IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_NAME,
|
| @@ -1307,7 +1303,6 @@ const Experiment kExperiments[] = {
|
| message_center::switches::kEnableRichNotifications,
|
| message_center::switches::kDisableRichNotifications)
|
| },
|
| -#endif
|
| {
|
| "enable-sync-synced-notifications",
|
| IDS_FLAGS_ENABLE_SYNCED_NOTIFICATIONS_NAME,
|
|
|