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

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

Issue 2001423002: Mac: Start removing Cocoa fullscreen code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to review. Created 4 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
diff --git a/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h b/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
index ef5a231406683c8778e2d4e542b99ddb6999c737..1227649b5faac73084130b41fab8aa4f2ed34b97 100644
--- a/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
+++ b/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
@@ -23,7 +23,6 @@ class Browser;
class BrowserWindow;
@class BrowserWindowController;
class ExclusiveAccessBubbleViews;
-@class ExclusiveAccessBubbleWindowController;
class GURL;
// Component placed into a browser window controller to manage communication
@@ -39,9 +38,6 @@ class ExclusiveAccessController : public ExclusiveAccessContext,
const GURL& url() const { return url_; }
ExclusiveAccessBubbleType bubble_type() const { return bubble_type_; }
- ExclusiveAccessBubbleWindowController* cocoa_bubble() {
- return cocoa_bubble_;
- }
// Shows the bubble once the NSWindow has received -windowDidEnterFullScreen:.
void Show();
@@ -98,7 +94,6 @@ class ExclusiveAccessController : public ExclusiveAccessContext,
ExclusiveAccessBubbleType bubble_type_;
std::unique_ptr<ExclusiveAccessBubbleViews> views_bubble_;
- base::scoped_nsobject<ExclusiveAccessBubbleWindowController> cocoa_bubble_;
// Used to keep track of the kShowFullscreenToolbar preference.
PrefChangeRegistrar pref_registrar_;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698