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

Unified Diff: build/common.gypi

Issue 10703176: Enable promotion system on Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 7be7171583d2918d1da90f9ff867790cd52cd336..382c60e8a3b59061ec84e3d50057501fa6c7e291 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -927,8 +927,8 @@
# Android does not support background apps.
'enable_background%': 0,
- # Android does not support promo resources service.
- 'enable_promo_resource_service%': 0,
+ # Always shows promotions.
+ 'enable_promo_resource_service%': 1,
# Sessions are store separately in the Java side.
'enable_session_service%': 0,
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698