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

Side by Side Diff: ui/message_center/dummy_message_center.cc

Issue 23636010: Notifications: Add cross-platform UMA: ShowMessageCenter, ShowSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added the hash to chromeactions.txt Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | ui/message_center/fake_message_center.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/message_center/message_center.h" 5 #include "ui/message_center/message_center.h"
6 #include "ui/message_center/message_center_switches.h" 6 #include "ui/message_center/message_center_switches.h"
7 #include "ui/message_center/message_center_util.h" 7 #include "ui/message_center/message_center_util.h"
8 8
9 // This file contains dummy implementation of MessageCenter and used to compile 9 // This file contains dummy implementation of MessageCenter and used to compile
10 // and link with Android and iOS implementations of Chrome which do not have 10 // and link with Android and iOS implementations of Chrome which do not have
(...skipping 21 matching lines...) Expand all
32 // static 32 // static
33 void MessageCenter::Shutdown() { 33 void MessageCenter::Shutdown() {
34 } 34 }
35 35
36 MessageCenter::MessageCenter() { 36 MessageCenter::MessageCenter() {
37 } 37 }
38 38
39 MessageCenter::~MessageCenter() { 39 MessageCenter::~MessageCenter() {
40 } 40 }
41 41
42 MessageCenter::Delegate::~Delegate() {
43 }
44
45 } // namespace message_center 42 } // namespace message_center
OLDNEW
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | ui/message_center/fake_message_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698