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

Unified Diff: chrome/browser/search_engines/search_terms_data.h

Issue 11552020: Add search_terms_replacement_key field to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with protector removal Created 8 years 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/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 16cd9bca3ff2c7f5bf08b131575af24b503a4303..b54c4d6c81add6368a7eb1548b6d647dd9d827a5 100644
--- a/chrome/browser/search_engines/search_terms_data.h
+++ b/chrome/browser/search_engines/search_terms_data.h
@@ -55,6 +55,10 @@ class SearchTermsData {
// Profile, so this can only ever be non-empty for UIThreadSearchTermsData.
virtual std::string InstantExtendedEnabledParam() const;
+ // Returns the parameter key used in InstantExtended URLs. To get the
+ // "key=value" pair use InstantExtendedEnabledParam().
+ virtual std::string InstantExtendedEnabledKey() const;
Peter Kasting 2012/12/18 01:54:43 How come this needs to be virtual (or in fact defi
beaudoin 2012/12/20 04:23:29 Done.
+
private:
DISALLOW_COPY_AND_ASSIGN(SearchTermsData);
};

Powered by Google App Engine
This is Rietveld 408576698