| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index 2d72077fec99f0a44eb97a545e6c10bbecab50d7..b843c26800f35dc135de9110be1ed8deca6eabf8 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -296,6 +296,10 @@ class WebContents;
|
| // Show the Chrome To Mobile bubble (e.g. user just clicked on the icon)
|
| - (void)showChromeToMobileBubble;
|
|
|
| +// Nil out the weak Chrome To Mobile bubble controller reference.
|
| +// This should be called by the ChromeToMobileBubbleController on close.
|
| +- (void)chromeToMobileBubbleWindowWillClose;
|
| +
|
| // Returns the (lazily created) window sheet controller of this window. Used
|
| // for the per-tab sheets.
|
| - (GTMWindowSheetController*)sheetController;
|
| @@ -327,10 +331,6 @@ class WebContents;
|
| // coordinates.
|
| - (NSPoint)bookmarkBubblePoint;
|
|
|
| -// Return the Chrome To Mobile bubble window's arrow anchor point, in window
|
| -// coordinates.
|
| -- (NSPoint)chromeToMobileBubblePoint;
|
| -
|
| // Shows or hides the Instant preview contents.
|
| - (void)showInstant:(content::WebContents*)previewContents;
|
| - (void)hideInstant;
|
|
|