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

Unified Diff: chrome/browser/ui/toolbar/toolbar_model_impl.h

Issue 11876045: [Search] Store and recall search terms using NavigationEntry to improve search term extraction (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments Created 7 years, 11 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
Index: chrome/browser/ui/toolbar/toolbar_model_impl.h
diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.h b/chrome/browser/ui/toolbar/toolbar_model_impl.h
index 9da3b55e693f08fdfa160084733c65fc3f616659..a4ed1ced1ec334caee05e5b7be253760294c64f0 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
+++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
@@ -37,6 +37,7 @@ class ToolbarModelImpl : public ToolbarModel {
bool display_search_urls_as_search_terms) const OVERRIDE;
virtual GURL GetURL() const OVERRIDE;
virtual bool WouldReplaceSearchURLWithSearchTerms() const OVERRIDE;
+ virtual string16 GetSearchTermsFromNavigationEntry() const OVERRIDE;
virtual SecurityLevel GetSecurityLevel() const OVERRIDE;
virtual int GetIcon() const OVERRIDE;
virtual string16 GetEVCertName() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698