Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6459)

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 10885024: Integrate Chrome To Mobile with Action Box UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address cocoa comments. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698