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

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

Issue 9463022: Minimized panels should not open on Windows when activated by the OS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: merged with the cleanup patch Created 8 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
Index: chrome/browser/ui/panels/panel.h
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
index 495f05c6e130741cd0d2fb59fbd5bb9e4e1dc738..4adc6157e3a79a94c777b8469f53ca87aba0cfc5 100644
--- a/chrome/browser/ui/panels/panel.h
+++ b/chrome/browser/ui/panels/panel.h
@@ -222,7 +222,7 @@ class Panel : public BrowserWindow,
PanelStrip* panel_strip() const { return panel_strip_; }
// Sets the current panel strip that contains this panel.
- void set_panel_strip(PanelStrip* new_strip) { panel_strip_ = new_strip; }
+ void set_panel_strip(PanelStrip* new_strip);
jennb 2012/03/06 21:56:44 FYI - style guide only allows the lowercase naming
ExpansionState expansion_state() const { return expansion_state_; }
ExpansionState old_expansion_state() const { return old_expansion_state_; }

Powered by Google App Engine
This is Rietveld 408576698