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

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

Issue 105613002: Remove unused parameter to ToolbarModel::GetText. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding an Android call I missed earlier. Created 7 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/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 79e422b914bba3cf4ba4b0f3a970e40c0da4275e..d1d558ca7faa3dea38b5220e55dcdb321d57f27c 100644
--- a/chrome/browser/ui/toolbar/test_toolbar_model.cc
+++ b/chrome/browser/ui/toolbar/test_toolbar_model.cc
@@ -15,7 +15,7 @@ TestToolbarModel::TestToolbarModel()
TestToolbarModel::~TestToolbarModel() {}
-string16 TestToolbarModel::GetText(bool allow_search_term_replacement) const {
+string16 TestToolbarModel::GetText() const {
return text_;
}

Powered by Google App Engine
This is Rietveld 408576698