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

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

Issue 7621061: Restoring a session should restore window minimization state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pushing MAC_OS_X_VERSION_10_7 defines back down into .mm files. Created 9 years, 4 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 c4e13cd37bf9abb86674a8913ee64263ad9f1880..e359910f8717bde2f48845a26268744ad852ef49 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -163,6 +163,11 @@ bool Panel::IsMaximized() const {
return false;
}
+bool Panel::IsMinimized() const {
+ NOTIMPLEMENTED();
+ return false;
+}
+
void Panel::SetFullscreen(bool fullscreen) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698