| 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.
|
|
|
|
|