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

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

Issue 11415292: [Search] No longer reverting omnibox text on instant search (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: indent Created 8 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 9da3b55e693f08fdfa160084733c65fc3f616659..d01756a6e4dcc61c8ca066242a579c5bd5ed6ce5 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
+++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
@@ -56,7 +56,7 @@ class ToolbarModelImpl : public ToolbarModel {
// Attempt to extract search terms from the current url. Called by GetText if
// |display_search_urls_as_search_terms| is true and by
// WouldReplaceSearchURLWithSearchTerms.
- string16 TryToExtractSearchTermsFromURL() const;
+ string16 TryToExtractSearchTermsFromCurrentURL() const;
// Helper method to extract the profile from the navigation controller.
Profile* GetProfile() const;

Powered by Google App Engine
This is Rietveld 408576698