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

Unified Diff: build/common.gypi

Issue 591483002: Only send C2F ping for a search through homepage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 6 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
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/rlz/rlz.cc » ('J')
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 6f4223b15eb59c2f9eea622480f777039de0f960..9fa735ff8e8830e5cb2e7fb1ebe3dcff9b82123c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1455,7 +1455,7 @@
# Whether we are using the rlz library or not. Platforms like Android send
# rlz codes for searches but do not use the library.
- 'enable_rlz%': 0,
+ 'enable_rlz%': 1,
Roger Tawa OOO till Jul 10th 2014/09/30 14:43:35 Make sure to take this out before commit.
# Turns on the i18n support in V8.
'v8_enable_i18n_support': 1,
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/rlz/rlz.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698