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

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

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/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 73088cf0786ba524a6b1d3442236a7589edd018a..d7dccb736ec0d6f6b51d436d1d62582157a472a6 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
+++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
@@ -37,7 +37,7 @@ class ToolbarModelImpl : public ToolbarModel {
content::WebContents* web_contents);
// Overriden from ToolbarModel.
- virtual string16 GetText(bool allow_search_term_replacement) const OVERRIDE;
+ virtual string16 GetText() const OVERRIDE;
virtual string16 GetCorpusNameForMobile() const OVERRIDE;
virtual GURL GetURL() const OVERRIDE;
virtual bool WouldPerformSearchTermReplacement(

Powered by Google App Engine
This is Rietveld 408576698