diff options
Diffstat (limited to 'chrome/browser/cocoa/preferences_window_controller.h')
-rw-r--r-- | chrome/browser/cocoa/preferences_window_controller.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h index 6028269..8380538 100644 --- a/chrome/browser/cocoa/preferences_window_controller.h +++ b/chrome/browser/cocoa/preferences_window_controller.h @@ -135,9 +135,6 @@ class ProfileSyncService; // Usable from cocoa bindings to hook up the custom home pages table. @property(readonly) CustomHomePagesModel* customPagesSource; -// NSNotification sent when the prefs window is closed. -extern NSString* const kUserDoneEditingPrefsNotification; - @end @interface PreferencesWindowController(Testing) |