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

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

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
Index: extensions/shell/browser/shell_native_app_window_aura.h
diff --git a/extensions/shell/browser/shell_native_app_window_aura.h b/extensions/shell/browser/shell_native_app_window_aura.h
index 791f3e2f9fa84e8833284ac964f2587a10fa6402..1ac4f409b80c2e4bab074b9b3e51be9f392e746d 100644
--- a/extensions/shell/browser/shell_native_app_window_aura.h
+++ b/extensions/shell/browser/shell_native_app_window_aura.h
@@ -21,7 +21,7 @@ class ShellNativeAppWindowAura : public ShellNativeAppWindow {
bool IsActive() const override;
gfx::NativeWindow GetNativeWindow() const override;
gfx::Rect GetBounds() const override;
- void Show() override;
+ void Show(bool user_gesture) override;
void Hide() override;
void Activate(bool user_gesture) override;
void Deactivate() override;

Powered by Google App Engine
This is Rietveld 408576698