Index: chrome/browser/ui/panels/panel.cc |
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc |
index 4cb8db26b8142a4ed8a9806d3abf9c83665c7ba7..37cc98584249e1a6721de003ccda477abf40a9ca 100644 |
--- a/chrome/browser/ui/panels/panel.cc |
+++ b/chrome/browser/ui/panels/panel.cc |
@@ -246,7 +246,8 @@ bool Panel::IsMinimized() const { |
return expansion_state_ != EXPANDED; |
} |
-void Panel::SetFullscreen(bool fullscreen) { |
+void Panel::SetFullscreen(bool fullscreen, const GURL& url, |
Peter Kasting
2011/10/11 23:08:32
Nit: One arg per line, aligned
koz (OOO until 15th September)
2011/10/12 05:38:23
Done.
|
+ bool ask_permission) { |
NOTIMPLEMENTED(); |
} |
@@ -461,7 +462,9 @@ void Panel::OpenTabpose() { |
NOTIMPLEMENTED(); |
} |
-void Panel::SetPresentationMode(bool presentation_mode) { |
+void Panel::SetPresentationMode(bool presentation_mode, |
+ const GURL& url, |
+ bool ask_permission) { |
NOTIMPLEMENTED(); |
} |