Index: chrome/browser/search_engines/search_terms_data.h |
diff --git a/chrome/browser/search_engines/search_terms_data.h b/chrome/browser/search_engines/search_terms_data.h |
index e941b9ee929aa7ad7bceda81c4072385906f905c..5fc6eaa4194773d1fe315b5ad63afe430bc61fe2 100644 |
--- a/chrome/browser/search_engines/search_terms_data.h |
+++ b/chrome/browser/search_engines/search_terms_data.h |
@@ -33,12 +33,16 @@ class SearchTermsData { |
// "en" and thus should be overridden where the result is actually meaningful. |
virtual std::string GetApplicationLocale() const; |
-#if defined(ENABLE_RLZ) |
+#if defined(ENABLE_RLZ) || defined(OS_ANDROID) |
// Returns the value for the Chrome Omnibox rlz. This implementation returns |
// the empty string. |
virtual string16 GetRlzParameterValue() const; |
#endif |
+#if defined(OS_ANDROID) |
+ static void SetStaticRlz(const string16& rlz); |
+#endif |
+ |
// Returns a string indicating whether Instant (in the visible-preview mode) |
// is enabled, suitable for adding as a query string param to the homepage |
// (instant_url) request. Returns an empty string if Instant is disabled, |