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

Unified Diff: chrome/browser/web_resource/notification_promo.h

Issue 9949033: Removed access to prefs that does not work on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/web_resource/notification_promo.h
diff --git a/chrome/browser/web_resource/notification_promo.h b/chrome/browser/web_resource/notification_promo.h
index 7f2aa58707044439b2d14f420c76496e0f545280..5b4bfd3009520b390dd4423ece90539d5810ba1b 100644
--- a/chrome/browser/web_resource/notification_promo.h
+++ b/chrome/browser/web_resource/notification_promo.h
@@ -67,8 +67,11 @@ class NotificationPromo
// For testing.
friend class NotificationPromoTestDelegate;
+
+#if !defined(OS_ANDROID)
Yaron 2012/04/09 17:12:55 Is this necessary given the test change (i.e. remo
Jerome 2012/04/09 18:24:06 Done.
FRIEND_TEST_ALL_PREFIXES(PromoResourceServiceTest, GetNextQuestionValueTest);
FRIEND_TEST_ALL_PREFIXES(PromoResourceServiceTest, NewGroupTest);
+#endif
enum PlatformType {
PLATFORM_NONE = 0,

Powered by Google App Engine
This is Rietveld 408576698