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

Unified Diff: ui/wm/test/wm_test_helper.cc

Issue 2762633003: Remove unused |context| from GetDefaultParent(). (Closed)
Patch Set: Fix chromecast compile error. Created 3 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
« no previous file with comments | « ui/wm/test/wm_test_helper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/test/wm_test_helper.cc
diff --git a/ui/wm/test/wm_test_helper.cc b/ui/wm/test/wm_test_helper.cc
index 81895006222a18fcce3319ec2aa52c27f8c58170..b5ea8d869130095ab3155714738ca0910670aa98 100644
--- a/ui/wm/test/wm_test_helper.cc
+++ b/ui/wm/test/wm_test_helper.cc
@@ -40,8 +40,7 @@ WMTestHelper::WMTestHelper(const gfx::Size& default_window_size,
WMTestHelper::~WMTestHelper() {
}
-aura::Window* WMTestHelper::GetDefaultParent(aura::Window* context,
- aura::Window* window,
+aura::Window* WMTestHelper::GetDefaultParent(aura::Window* window,
const gfx::Rect& bounds) {
return host_->window();
}
« no previous file with comments | « ui/wm/test/wm_test_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698