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

Unified Diff: headless/lib/browser/headless_window_parenting_client.h

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
Index: headless/lib/browser/headless_window_parenting_client.h
diff --git a/headless/lib/browser/headless_window_parenting_client.h b/headless/lib/browser/headless_window_parenting_client.h
index 1694080fd3fe0804d19bb39d6fba88224d52c52a..c7e93907f0c897a4050402232e71c13ba3cdd014 100644
--- a/headless/lib/browser/headless_window_parenting_client.h
+++ b/headless/lib/browser/headless_window_parenting_client.h
@@ -16,8 +16,7 @@ class HeadlessWindowParentingClient
explicit HeadlessWindowParentingClient(aura::Window* root_window);
~HeadlessWindowParentingClient() override;
- aura::Window* GetDefaultParent(aura::Window* context,
- aura::Window* window,
+ aura::Window* GetDefaultParent(aura::Window* window,
const gfx::Rect& bounds) override;
private:
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_aura.cc ('k') | headless/lib/browser/headless_window_parenting_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698