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

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

Issue 1158523002: Add user_gesture param to BaseWindow::Show Base URL: https://chromium.googlesource.com/chromium/src.git@ug3_BaseWindow_Activate
Patch Set: Update callers Created 5 years, 7 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 | « extensions/shell/browser/shell_native_app_window_aura.h ('k') | ui/base/base_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_native_app_window_aura.cc
diff --git a/extensions/shell/browser/shell_native_app_window_aura.cc b/extensions/shell/browser/shell_native_app_window_aura.cc
index 491c4de351002f5568ffdf3fccf5505e789d6cd5..35a1dd06ed7e6318d566fcf5f0baff4ee1b1382c 100644
--- a/extensions/shell/browser/shell_native_app_window_aura.cc
+++ b/extensions/shell/browser/shell_native_app_window_aura.cc
@@ -44,7 +44,7 @@ gfx::Rect ShellNativeAppWindowAura::GetBounds() const {
return GetNativeWindow()->GetBoundsInScreen();
}
-void ShellNativeAppWindowAura::Show() {
+void ShellNativeAppWindowAura::Show(bool user_gesture) {
GetNativeWindow()->Show();
}
« no previous file with comments | « extensions/shell/browser/shell_native_app_window_aura.h ('k') | ui/base/base_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698