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

Unified Diff: extensions/shell/browser/shell_app_window_client.cc

Issue 631333003: Adding application lifetime tests to athena, allowing to override focus request for applciations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed activation Created 6 years, 2 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_app_window_client.cc
diff --git a/extensions/shell/browser/shell_app_window_client.cc b/extensions/shell/browser/shell_app_window_client.cc
index afa5f91107cb1ca6bb06b05ec3e192fd845298df..3183f062302c01cd2b372159e1f4dac2c08fdcdc 100644
--- a/extensions/shell/browser/shell_app_window_client.cc
+++ b/extensions/shell/browser/shell_app_window_client.cc
@@ -26,7 +26,7 @@ AppWindow* ShellAppWindowClient::CreateAppWindow(
NativeAppWindow* ShellAppWindowClient::CreateNativeAppWindow(
AppWindow* window,
- const AppWindow::CreateParams& params) {
+ AppWindow::CreateParams& params) {
ShellNativeAppWindow* native_app_window =
new ShellNativeAppWindow(window, params);
DesktopController::instance()->AddAppWindow(

Powered by Google App Engine
This is Rietveld 408576698