| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 24403ca7f90c2fe1c066cbc181245ddee16a349e..d2e9c0f8a1c474b143e2b77d852acf1cb6640760 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -126,6 +126,7 @@
|
| #include "ppapi/host/ppapi_host.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/message_center/message_center_util.h"
|
| #include "webkit/glue/webpreferences.h"
|
| #include "webkit/plugins/plugin_switches.h"
|
|
|
| @@ -160,10 +161,6 @@
|
| #include "chrome/browser/captive_portal/captive_portal_tab_helper.h"
|
| #endif
|
|
|
| -#if defined(ENABLE_MESSAGE_CENTER)
|
| -#include "ui/message_center/message_center_util.h"
|
| -#endif
|
| -
|
| #if defined(OS_ANDROID)
|
| #include "ui/base/ui_base_paths.h"
|
| #endif
|
| @@ -1223,10 +1220,8 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| if (content::IsThreadedCompositingEnabled())
|
| command_line->AppendSwitch(switches::kEnableThreadedCompositing);
|
|
|
| -#if defined(ENABLE_MESSAGE_CENTER)
|
| if (message_center::IsRichNotificationEnabled())
|
| command_line->AppendSwitch(switches::kDisableHTMLNotifications);
|
| -#endif
|
|
|
| // Please keep this in alphabetical order.
|
| static const char* const kSwitchNames[] = {
|
|
|