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

Unified Diff: chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc

Issue 24579003: Clean up remaining unused globals (on mac). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: staticmedia 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc b/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc
index 922cf0a8fddf4a0ea6cffe117912460688bed00a..acd0f25dd107f9d776161969db1f4e47970a55fa 100644
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc
@@ -21,11 +21,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/message_center/notification_types.h"
-namespace {
const char kTestNotificationId[] = "SomeRandomNotificationId";
-const int kNotificationPriority = static_cast<int>(
- message_center::LOW_PRIORITY);
-} // namespace
class StubChromeNotifierService : public notifier::ChromeNotifierService {
public:

Powered by Google App Engine
This is Rietveld 408576698