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

Unified Diff: ui/message_center/message_simple_view.h

Issue 11926032: Updated the look of web and basic notifications to match latest mockups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: ui/message_center/message_simple_view.h
diff --git a/ui/message_center/message_simple_view.h b/ui/message_center/message_simple_view.h
deleted file mode 100644
index 9a553f6124723b9a7f92d35e7a44c5a7f4770935..0000000000000000000000000000000000000000
--- a/ui/message_center/message_simple_view.h
+++ /dev/null
@@ -1,31 +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.
-
-#ifndef UI_MESSAGE_CENTER_MESSAGE_SIMPLE_VIEW_H_
-#define UI_MESSAGE_CENTER_MESSAGE_SIMPLE_VIEW_H_
-
-#include "ui/message_center/message_view.h"
-#include "ui/message_center/notification_list.h"
-
-namespace message_center {
-
-// A simple view for a notification entry (icon + message + buttons).
-class MessageSimpleView : public MessageView {
- public:
- MessageSimpleView(NotificationList::Delegate* list_delegate,
- const NotificationList::Notification& notification);
- virtual ~MessageSimpleView();
-
- // MessageView
- virtual void SetUpView() OVERRIDE;
-
- protected:
- MessageSimpleView();
-
- DISALLOW_COPY_AND_ASSIGN(MessageSimpleView);
-};
-
-} // namespace message_center
-
-#endif // UI_MESSAGE_CENTER_MESSAGE_SIMPLE_VIEW_H_
dharcourt 2013/01/19 03:06:13 MessageSimpleView replaced by NotificationView.

Powered by Google App Engine
This is Rietveld 408576698