summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/preferences_window_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/preferences_window_controller.h')
-rw-r--r--chrome/browser/cocoa/preferences_window_controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h
index 7b333ee..5aa8b95 100644
--- a/chrome/browser/cocoa/preferences_window_controller.h
+++ b/chrome/browser/cocoa/preferences_window_controller.h
@@ -9,6 +9,7 @@
#include "chrome/common/pref_member.h"
@class CustomHomePagesModel;
+@class KeywordEditorCocoaController;
class PrefObserverBridge;
class PrefService;
class Profile;
@@ -42,6 +43,7 @@ class Profile;
BooleanPrefMember showHomeButton_;
BooleanPrefMember showPageOptionButtons_;
scoped_nsobject<SearchEngineListModel> searchEngineModel_;
+ KeywordEditorCocoaController* keywordEditorController_; // weak
// Used when creating a new home page url to make the new cell editable.
BOOL pendingSelectForEdit_;