Index: chrome/browser/ui/cocoa/browser_window_controller_private.h |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
index 26c181b0ecd4d47410e0afd604a542ea339f9696..39b1f38f79c846e110abf7ea57c0de85b38301a4 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
@@ -28,9 +28,6 @@ |
// Saves the window's position in the local state preferences. |
- (void)saveWindowPositionIfNeeded; |
-// Saves the window's position to the given pref service. |
-- (void)saveWindowPositionToPrefs:(PrefService*)prefs; |
- |
// We need to adjust where sheets come out of the window, as by default they |
// erupt from the omnibox, which is rather weird. |
- (NSRect)window:(NSWindow*)window |