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_; |
} |