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

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

Issue 10187021: Add key modifier to minimize/restore button click to minimize/restore-all panels for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass modifier instead of event around. Created 8 years, 8 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 | « chrome/browser/ui/panels/panel_browser_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_browser_view_browsertest.cc
diff --git a/chrome/browser/ui/panels/panel_browser_view_browsertest.cc b/chrome/browser/ui/panels/panel_browser_view_browsertest.cc
index b8c7e56b98dce43458f60f5eae7561973e230af2..7f2c3a3a6aef0f2e184bd175c32021a939101ad2 100644
--- a/chrome/browser/ui/panels/panel_browser_view_browsertest.cc
+++ b/chrome/browser/ui/panels/panel_browser_view_browsertest.cc
@@ -243,7 +243,7 @@ class PanelBrowserViewTest : public BasePanelBrowserTest {
EXPECT_EQ(Panel::TITLE_ONLY, panel1->expansion_state());
EXPECT_TRUE(panel_manager->ShouldBringUpTitlebars(
0, 0));
- browser_view1->OnTitlebarMouseReleased();
+ browser_view1->OnTitlebarMouseReleased(panel::NO_MODIFIER);
ClosePanelAndWaitForNotification(panel1);
ClosePanelAndWaitForNotification(panel2);
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698