Chromium Code Reviews| 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, |