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

Unified Diff: chrome/browser/ui/toolbar/test_toolbar_model.cc

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/test_toolbar_model.cc
diff --git a/chrome/browser/ui/toolbar/test_toolbar_model.cc b/chrome/browser/ui/toolbar/test_toolbar_model.cc
index d9cbb2c1cd0ffc9004cd0e98b4f31297309ab1e1..061aaa8eda430d85c646cf8fcd696fac55fff004 100644
--- a/chrome/browser/ui/toolbar/test_toolbar_model.cc
+++ b/chrome/browser/ui/toolbar/test_toolbar_model.cc
@@ -29,6 +29,10 @@ bool TestToolbarModel::WouldReplaceSearchURLWithSearchTerms() const {
return should_replace_url_;
}
+string16 TestToolbarModel::GetSearchTermsFromNavigationEntry() const {
+ return string16();
+}
+
ToolbarModel::SecurityLevel TestToolbarModel::GetSecurityLevel() const {
return security_level_;
}

Powered by Google App Engine
This is Rietveld 408576698