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

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

Issue 10855075: Clean-up inline members of nested classes (chrome/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/base_panel_browser_test.cc
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.cc b/chrome/browser/ui/panels/base_panel_browser_test.cc
index 9c16c6e96e812d7aeac1d62988364fc8551d979d..b76480dafd0f1629044a253e28f0a71268173a2c 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.cc
+++ b/chrome/browser/ui/panels/base_panel_browser_test.cc
@@ -291,6 +291,17 @@ void BasePanelBrowserTest::WaitForExpansionStateChanged(
EXPECT_EQ(expansion_state, panel->expansion_state());
}
+BasePanelBrowserTest::CreatePanelParams::CreatePanelParams(
+ const std::string& name,
+ const gfx::Rect& bounds,
+ ActiveState show_flag)
+ : name(name),
+ bounds(bounds),
+ show_flag(show_flag),
+ wait_for_fully_created(true),
+ expected_active_state(show_flag) {
+}
+
Panel* BasePanelBrowserTest::CreatePanelWithParams(
const CreatePanelParams& params) {
#if defined(OS_MACOSX)
« no previous file with comments | « chrome/browser/ui/panels/base_panel_browser_test.h ('k') | chrome/browser/ui/panels/old_base_panel_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698