| Index: chrome/browser/search_engines/template_url.h
|
| diff --git a/chrome/browser/search_engines/template_url.h b/chrome/browser/search_engines/template_url.h
|
| index 1798e1a6c78ee5e1026d2a7db2b4fb22ec6247e3..c2e375b9f56ced6d47d718dde58dc9845ee673af 100644
|
| --- a/chrome/browser/search_engines/template_url.h
|
| +++ b/chrome/browser/search_engines/template_url.h
|
| @@ -96,7 +96,7 @@ class TemplateURLRef {
|
|
|
| // The URL of the current webpage to be used for experimental zero-prefix
|
| // suggestions.
|
| - std::string zero_prefix_url;
|
| + std::string current_page_url;
|
|
|
| // Which omnibox the user used to type the prefix.
|
| AutocompleteInput::PageClassification page_classification;
|
| @@ -238,6 +238,7 @@ class TemplateURLRef {
|
| GOOGLE_ASSISTED_QUERY_STATS,
|
| GOOGLE_BASE_URL,
|
| GOOGLE_BASE_SUGGEST_URL,
|
| + GOOGLE_CURRENT_PAGE_URL,
|
| GOOGLE_CURSOR_POSITION,
|
| GOOGLE_IMAGE_ORIGINAL_HEIGHT,
|
| GOOGLE_IMAGE_ORIGINAL_WIDTH,
|
| @@ -255,7 +256,6 @@ class TemplateURLRef {
|
| GOOGLE_SEARCH_FIELDTRIAL_GROUP,
|
| GOOGLE_SUGGEST_CLIENT,
|
| GOOGLE_UNESCAPED_SEARCH_TERMS,
|
| - GOOGLE_ZERO_PREFIX_URL,
|
| LANGUAGE,
|
| SEARCH_TERMS,
|
| };
|
|
|