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

Unified Diff: chrome/common/pref_names.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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 823d46be68608289dce883bc4dc43c7ccb913931..15fd92352ec4d6ee5407b80fb44403bc6c1b3b48 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2134,6 +2134,9 @@ const char kMessageCenterShowedFirstRunBalloon[] =
// menubar or systray icon.
const char kMessageCenterShowIcon[] = "message_center.show_icon";
+const char kMessageCenterForcedOnTaskbar[] =
+ "message_center.was_forced_on_taskbar";
+
// *************** SERVICE PREFS ***************
// These are attached to the service process.
« chrome/browser/ui/views/status_icons/status_tray_win.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698