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

Unified Diff: chrome/browser/ui/exclusive_access/exclusive_access_context_browser.h

Issue 949553002: Start using the controller in app's view. Base URL: https://chromium.googlesource.com/chromium/src.git@fsRefactor
Patch Set: Created 5 years, 10 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/exclusive_access/exclusive_access_context_browser.h
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_context_browser.h b/chrome/browser/ui/exclusive_access/exclusive_access_context_browser.h
index 98525eeb1025dac0bf5fd697a888191827d7d5bf..803461a269f0745303ced5a70730cf66499440f9 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_context_browser.h
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_context_browser.h
@@ -18,7 +18,7 @@ class ExclusiveAccessContextBrowser : public ExclusiveAccessContext {
// ExclusiveAccessContext
Profile* GetProfile() override;
- bool IsFullscreen() override;
+ bool IsFullscreen() const override;
bool IsFullscreenWithToolbar() override;
bool SupportsFullscreenWithToolbar() override;
void EnterFullscreen(const GURL& url,
@@ -37,6 +37,10 @@ class ExclusiveAccessContextBrowser : public ExclusiveAccessContext {
void UpdateDownloadShelf(bool unhide) override;
+ // TODO(sriramsr): HACK:
+ bool UseCallbackForMouseLock() override;
+ bool MouseLockCallback(bool acquired) override;
+
private:
Browser* const browser_;

Powered by Google App Engine
This is Rietveld 408576698