| 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|.
|
|
|