summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant/instant_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/instant/instant_controller.h')
-rw-r--r--chrome/browser/instant/instant_controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
index 992d927..84a15a2 100644
--- a/chrome/browser/instant/instant_controller.h
+++ b/chrome/browser/instant/instant_controller.h
@@ -22,6 +22,7 @@
struct AutocompleteMatch;
class InstantDelegate;
class InstantLoaderManager;
+class PrefService;
class TabContents;
class TemplateURL;
@@ -38,6 +39,9 @@ class InstantController : public InstantLoaderDelegate {
explicit InstantController(InstantDelegate* delegate);
~InstantController();
+ // Registers instant related preferences.
+ static void RegisterUserPrefs(PrefService* prefs);
+
// Is InstantController enabled?
static bool IsEnabled();