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

Unified Diff: extensions/shell/browser/shell_desktop_controller_aura.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
« no previous file with comments | « content/shell/browser/shell_views.cc ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_desktop_controller_aura.h
diff --git a/extensions/shell/browser/shell_desktop_controller_aura.h b/extensions/shell/browser/shell_desktop_controller_aura.h
index c55b4583d61623a8b2d756b1023f7742f8c0d316..b16d4a31b3561a79f6c998c124b5e4d50ea26750 100644
--- a/extensions/shell/browser/shell_desktop_controller_aura.h
+++ b/extensions/shell/browser/shell_desktop_controller_aura.h
@@ -80,8 +80,7 @@ class ShellDesktopControllerAura
void CloseAppWindows() override;
// aura::client::WindowParentingClient overrides:
- aura::Window* GetDefaultParent(aura::Window* context,
- aura::Window* window,
+ aura::Window* GetDefaultParent(aura::Window* window,
const gfx::Rect& bounds) override;
#if defined(OS_CHROMEOS)
« no previous file with comments | « content/shell/browser/shell_views.cc ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698