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

Unified Diff: chrome/browser/ui/panels/panel.cc

Issue 7740044: Implement fullscreen info bubble on Win and Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win work Created 9 years, 2 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/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index 2aa998bbeafe8b8d51f31d0b3efa16ea0b1937e3..4c7a258e04cbdcb390163cb0cfd29a083bbaf0e8 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -247,7 +247,7 @@ bool Panel::IsMinimized() const {
return false;
}
-void Panel::SetFullscreen(bool fullscreen) {
+void Panel::SetFullscreen(bool fullscreen, const GURL& url, bool show_buttons) {
NOTIMPLEMENTED();
}
@@ -466,7 +466,9 @@ void Panel::OpenTabpose() {
NOTIMPLEMENTED();
}
-void Panel::SetPresentationMode(bool presentation_mode) {
+void Panel::SetPresentationMode(bool presentation_mode,
+ const GURL& url,
+ bool show_buttons) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698