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

Unified Diff: extensions/shell/browser/shell_desktop_controller_aura.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
Index: extensions/shell/browser/shell_desktop_controller_aura.cc
diff --git a/extensions/shell/browser/shell_desktop_controller_aura.cc b/extensions/shell/browser/shell_desktop_controller_aura.cc
index 7e0548d954c09bc29ff0623e9602ce7c57adb3c9..2f81e04f1d4d00062643f16e4719c1723dc4848b 100644
--- a/extensions/shell/browser/shell_desktop_controller_aura.cc
+++ b/extensions/shell/browser/shell_desktop_controller_aura.cc
@@ -240,7 +240,6 @@ void ShellDesktopControllerAura::CloseAppWindows() {
}
aura::Window* ShellDesktopControllerAura::GetDefaultParent(
- aura::Window* context,
aura::Window* window,
const gfx::Rect& bounds) {
return host_->window();
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_aura.h ('k') | headless/lib/browser/headless_window_parenting_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698