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

Unified Diff: chrome/common/pref_names.cc

Issue 1334363002: [Eraser] First pass at removing the notification center panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar fix Created 5 years, 3 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 552bcad320a1ddf64d0bd24ed891c8cfc543ca96..6f8229b962e796c419680a7072959c29f2c234b4 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1898,18 +1898,6 @@ const char kFactoryResetRequested[] = "FactoryResetRequested";
// Indicates that debugging features were requested from oobe screen.
const char kDebuggingFeaturesRequested[] = "DebuggingFeaturesRequested";
-// Boolean recording whether we have showed a balloon that calls out the message
-// center for desktop notifications.
-const char kMessageCenterShowedFirstRunBalloon[] =
- "message_center.showed_first_run_balloon";
-
-// Boolean recording whether the user has disabled the notifications
-// menubar or systray icon.
-const char kMessageCenterShowIcon[] = "message_center.show_icon";
-
-const char kMessageCenterForcedOnTaskbar[] =
- "message_center.was_forced_on_taskbar";
-
#if defined(OS_CHROMEOS)
// This setting starts periodic timezone refresh when not in user session.
// (user session is controlled by user profile preference

Powered by Google App Engine
This is Rietveld 408576698