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

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

Issue 98523003: Implement "presentation" feature for window.open() Base URL: https://github.com/drott/cameo.git@presentationWindowSquashed
Patch Set: Created 7 years 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index f5e25ea602fcae60b20191894a6e3ef85827c3dc..1b21cc85342203934267fe61a741f81ff2f3ac76 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -493,6 +493,11 @@ class Browser : public TabStripModelObserver,
return extension_window_controller_.get();
}
+ // TODO: Make this asynchronous, see for example RequestMediaAccessPermission
+ // above. (Why is the rest of the WebContentsDelegate methods overriden
+ // privately?)
+ virtual void RequestPresentationMode() OVERRIDE;
+
private:
friend class BrowserTest;
friend class FullscreenControllerInteractiveTest;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698