| Index: chrome/browser/cocoa/page_info_window_controller.h
|
| diff --git a/chrome/browser/cocoa/page_info_window_controller.h b/chrome/browser/cocoa/page_info_window_controller.h
|
| index c62893ba9c3a1ba1c71295488bdc24705ecc793d..5ad689b150f2e5d2fa4a132350d9e3eb65dbf86e 100644
|
| --- a/chrome/browser/cocoa/page_info_window_controller.h
|
| +++ b/chrome/browser/cocoa/page_info_window_controller.h
|
| @@ -59,11 +59,3 @@ class PrefService;
|
| - (void)setShowHistoryBox:(BOOL)show;
|
|
|
| @end
|
| -
|
| -@interface PageInfoWindowController (ExposedForTesting)
|
| -
|
| -// Saves the window's origin into the given PrefService. Caller is responsible
|
| -// for making sure |prefs| is not NULL.
|
| -- (void)saveWindowPositionToPrefs:(PrefService*)prefs;
|
| -
|
| -@end
|
|
|