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

Unified Diff: ui/message_center/message_center_constants.cc

Issue 11651002: Updated multiple item notification view to match latest mockups (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgotten EXPORT fix. Created 7 years, 12 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/message_center/message_center_constants.h ('k') | ui/message_center/message_view_multiple.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_constants.cc
diff --git a/chrome/browser/jankometer_android.cc b/ui/message_center/message_center_constants.cc
similarity index 53%
copy from chrome/browser/jankometer_android.cc
copy to ui/message_center/message_center_constants.cc
index 6a57f05ca3c493bd9358ada4879a96a17c85dc60..97d62181c8bbb38b5a404a1ad49cc043ca42eba3 100644
--- a/chrome/browser/jankometer_android.cc
+++ b/ui/message_center/message_center_constants.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/jankometer.h"
+#include "ui/message_center/message_center_constants.h"
-void InstallJankometer(const CommandLine& parsed_command_line) {
-}
+namespace message_center {
-void UninstallJankometer() {
-}
+const int kNotificationIconWidth = 80;
+
+} // namespace message_center
« no previous file with comments | « ui/message_center/message_center_constants.h ('k') | ui/message_center/message_view_multiple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698