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

Unified Diff: headless/lib/browser/headless_window_parenting_client.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 | « headless/lib/browser/headless_window_parenting_client.h ('k') | ui/aura/client/window_parenting_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_window_parenting_client.cc
diff --git a/headless/lib/browser/headless_window_parenting_client.cc b/headless/lib/browser/headless_window_parenting_client.cc
index e27da578895b621e340190f15d78c9404a1a8828..3980b6bc4da5217c34d85dbf74a04f6c846fd307 100644
--- a/headless/lib/browser/headless_window_parenting_client.cc
+++ b/headless/lib/browser/headless_window_parenting_client.cc
@@ -19,7 +19,6 @@ HeadlessWindowParentingClient::~HeadlessWindowParentingClient() {
}
aura::Window* HeadlessWindowParentingClient::GetDefaultParent(
- aura::Window* context,
aura::Window* window,
const gfx::Rect& bounds) {
return root_window_;
« no previous file with comments | « headless/lib/browser/headless_window_parenting_client.h ('k') | ui/aura/client/window_parenting_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698