| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 90d0c0dd8dba3f8058665d059458edd33eb219aa..7b168aaa89b843f7436f4c7941e3e021afbafe91 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2285,6 +2285,9 @@ const char kFactoryResetRequested[] = "FactoryResetRequested";
|
| const char kMessageCenterShowedFirstRunBalloon[] =
|
| "message_center.showed_first_run_balloon";
|
|
|
| +const char kMessageCenterForcedOnTaskbar[] =
|
| + "message_center.was_forced_on_taskbar";
|
| +
|
| // *************** SERVICE PREFS ***************
|
| // These are attached to the service process.
|
|
|
|
|