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

Unified Diff: chrome/browser/instant/instant_controller.h

Issue 7321001: Changes SearchProvider to set the description of the first consecutive (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DCHECK Created 9 years, 5 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/instant/instant_controller.h
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
index 8556e857b2485be7eff78cb97f5f72743b931ad9..4d12adb180ac5628889c6a0a26c5f69940189bc0 100644
--- a/chrome/browser/instant/instant_controller.h
+++ b/chrome/browser/instant/instant_controller.h
@@ -263,10 +263,6 @@ class InstantController : public InstantLoaderDelegate {
// Destroys all loaders scheduled for destruction in |ScheduleForDestroy|.
void DestroyLoaders();
- // Returns the TemplateURL to use for the specified AutocompleteMatch, or
- // NULL if there is no TemplateURL for |match|.
- const TemplateURL* GetTemplateURL(const AutocompleteMatch& match);
-
InstantDelegate* delegate_;
// The TabContents last passed to |Update|.
« no previous file with comments | « chrome/browser/autocomplete/search_provider_unittest.cc ('k') | chrome/browser/instant/instant_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698