| Index: chrome/browser/instant/instant_controller.h
|
| ===================================================================
|
| --- chrome/browser/instant/instant_controller.h (revision 62881)
|
| +++ chrome/browser/instant/instant_controller.h (working copy)
|
| @@ -23,7 +23,6 @@
|
| class InstantDelegate;
|
| class InstantLoaderManager;
|
| class PrefService;
|
| -class Profile;
|
| class TabContents;
|
| class TemplateURL;
|
|
|
| @@ -44,7 +43,7 @@
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
| // Is InstantController enabled?
|
| - static bool IsEnabled(Profile* profile);
|
| + static bool IsEnabled();
|
|
|
| // Invoked as the user types in the omnibox with the url to navigate to. If
|
| // the url is empty and there is a preview TabContents it is destroyed. If url
|
|
|