diff options
author | dharcourt@chromium.org <dharcourt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 06:46:30 +0000 |
---|---|---|
committer | dharcourt@chromium.org <dharcourt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 06:46:30 +0000 |
commit | cc618e82122ca37d8bac0173be02159264ecf25f (patch) | |
tree | 19c00bc96a658ac02d005544a1b175f30dde6ef2 /ui/message_center/message_center_switches.h | |
parent | 730e6c881a6c3d9d2a45165486fa921cdf9655f7 (diff) | |
download | chromium_src-cc618e82122ca37d8bac0173be02159264ecf25f.zip chromium_src-cc618e82122ca37d8bac0173be02159264ecf25f.tar.gz chromium_src-cc618e82122ca37d8bac0173be02159264ecf25f.tar.bz2 |
Removed obsolete enable-new-simple-notifications command line flag.
This was necessary for a very short time while enable-rich-notifications
wasn't quite ready yet, but it has been unnecessary and unused for a
while now, and it's cleanup time.
BUG=NONE.
Review URL: https://chromiumcodereview.appspot.com/12929028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190220 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/message_center/message_center_switches.h')
-rw-r--r-- | ui/message_center/message_center_switches.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/message_center/message_center_switches.h b/ui/message_center/message_center_switches.h index 64e79cb..841e42b 100644 --- a/ui/message_center/message_center_switches.h +++ b/ui/message_center/message_center_switches.h @@ -21,14 +21,6 @@ namespace switches { // - WebNotificationButtonViewBase: merge into WebNotificationButtonView. MESSAGE_CENTER_EXPORT extern const char kEnableRichNotifications[]; -// Enables simple notifications with the new templates defined as part of rich -// notifications. When kEnableRichNotifications is set those templates will be -// used regardless of whether this flag is set, but this flag allows us to get -// the new templates even when kEnableRichNotifications is not set. This is -// useful for now because the kEnableRichNotifications functionality isn't -// complete. TODO(dharcourt): Remove when kEnableRichNotifications is ready. -MESSAGE_CENTER_EXPORT extern const char kEnableNewSimpleNotifications[]; - } // namespace switches } // namespace message_center |