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

Unified Diff: chrome/browser/notifications/message_center_notification_manager.cc

Issue 252513004: Reland r265807: "Moves the notification icon out of th..." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable tray size test on Vista since it won't have any effect on a new icon. Created 6 years, 8 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/notifications/message_center_notification_manager.cc
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
index fabbe9b197041e3266ed2f317e298b21e86fa7e5..85a4dfe57788098eb6249f49ad6710a30bf37110 100644
--- a/chrome/browser/notifications/message_center_notification_manager.cc
+++ b/chrome/browser/notifications/message_center_notification_manager.cc
@@ -96,6 +96,7 @@ void MessageCenterNotificationManager::RegisterPrefs(
registry->RegisterBooleanPref(prefs::kMessageCenterShowedFirstRunBalloon,
false);
registry->RegisterBooleanPref(prefs::kMessageCenterShowIcon, true);
+ registry->RegisterBooleanPref(prefs::kMessageCenterForcedOnTaskbar, false);
}
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « no previous file | chrome/browser/status_icons/status_icon.h » ('j') | chrome/browser/ui/views/status_icons/status_tray_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698