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

Unified Diff: chrome/browser/gtk/browser_window_gtk.cc

Issue 40142: Replace a notimplemented with a bug about full screen mode. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/gtk/browser_window_gtk.cc b/chrome/browser/gtk/browser_window_gtk.cc
index 038bf2e053747ec640af2e0ff055dfcb925f174d..509bead42746cdb10ceeaeb32a8c8bde3e1d2497 100644
--- a/chrome/browser/gtk/browser_window_gtk.cc
+++ b/chrome/browser/gtk/browser_window_gtk.cc
@@ -257,11 +257,13 @@ bool BrowserWindowGtk::IsMaximized() const {
}
void BrowserWindowGtk::SetFullscreen(bool fullscreen) {
- NOTIMPLEMENTED();
+ // Need to implement full screen mode.
+ // http://code.google.com/p/chromium/issues/detail?id=8405
}
bool BrowserWindowGtk::IsFullscreen() const {
- NOTIMPLEMENTED();
+ // Need to implement full screen mode.
+ // http://code.google.com/p/chromium/issues/detail?id=8405
return false;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698