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

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

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/old_base_panel_browser_test.h
diff --git a/chrome/browser/ui/panels/old_base_panel_browser_test.h b/chrome/browser/ui/panels/old_base_panel_browser_test.h
index cdc4c5984220d24ea64e497be72ec3d7c7481b88..fcc92aefddedbcf9de74c5385c1a95ab4533166e 100644
--- a/chrome/browser/ui/panels/old_base_panel_browser_test.h
+++ b/chrome/browser/ui/panels/old_base_panel_browser_test.h
@@ -66,13 +66,7 @@ class OldBasePanelBrowserTest : public InProcessBrowserTest {
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) {
- }
+ ActiveState show_flag);
};
Panel* CreatePanelWithParams(const CreatePanelParams& params);
« no previous file with comments | « chrome/browser/ui/panels/base_panel_browser_test.cc ('k') | chrome/browser/ui/panels/old_base_panel_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698