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

Unified Diff: ui/notifications/notification_types.cc

Issue 12277024: Notificaitons refactor step 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more feedback from Steven Created 7 years, 10 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
« no previous file with comments | « ui/notifications/notification_types.h ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/notifications/notification_types.cc
diff --git a/ui/notifications/notification_types.cc b/ui/notifications/notification_types.cc
deleted file mode 100644
index cec431efdd12df24626fa9e8d59281720eb4ade5..0000000000000000000000000000000000000000
--- a/ui/notifications/notification_types.cc
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/notifications/notification_types.h"
-
-namespace ui {
-
-namespace notifications {
-
-const char kMessageIntentKey[] = "message_intent";
-const char kPriorityKey[] = "priority";
-const char kTimestampKey[] = "timestamp";
-const char kUnreadCountKey[] = "unread_count";
-const char kButtonOneTitleKey[] = "button_one_title";
-const char kButtonOneIconUrlKey[] = "button_one_icon_url";
-const char kButtonTwoTitleKey[] = "button_two_title";
-const char kButtonTwoIconUrlKey[] = "button_two_icon_url";
-const char kExpandedMessageKey[] = "expanded_message";
-const char kImageUrlKey[] = "image_url";
-const char kItemsKey[] = "items";
-const char kItemTitleKey[] = "title";
-const char kItemMessageKey[] = "message";
-
-} // namespace notifications
-
-} // namespace ui
« no previous file with comments | « ui/notifications/notification_types.h ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698