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

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

Issue 12430013: Fix panel showing logic when Chrome enters the fullscreen mode (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix mac test Created 7 years, 9 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/docked_panel_collection.h
diff --git a/chrome/browser/ui/panels/docked_panel_collection.h b/chrome/browser/ui/panels/docked_panel_collection.h
index 69de220ebaa347cdfcd8f52fb39eb141fca5915a..e53bf3189bc6f3bf00c367624162f2f38ec00cc0 100644
--- a/chrome/browser/ui/panels/docked_panel_collection.h
+++ b/chrome/browser/ui/panels/docked_panel_collection.h
@@ -106,8 +106,6 @@ class DockedPanelCollection :
int StartingRightPosition() const;
- void OnFullScreenModeChanged(bool is_full_screen);
-
#ifdef UNIT_TEST
int minimized_panel_count() const {return minimized_panel_count_; }
#endif

Powered by Google App Engine
This is Rietveld 408576698