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

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

Issue 1149263003: Add user_gesture param to BaseWindow::Activate Base URL: https://chromium.googlesource.com/chromium/src.git@ug2_WebContentsDelegate_ActivateContents
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 c566b0250b3a52d16fbb9fb21db1b42e8cfaf1c7..791f3e2f9fa84e8833284ac964f2587a10fa6402 100644
--- a/extensions/shell/browser/shell_native_app_window_aura.h
+++ b/extensions/shell/browser/shell_native_app_window_aura.h
@@ -23,7 +23,7 @@ class ShellNativeAppWindowAura : public ShellNativeAppWindow {
gfx::Rect GetBounds() const override;
void Show() override;
void Hide() override;
- void Activate() override;
+ void Activate(bool user_gesture) override;
void Deactivate() override;
void SetBounds(const gfx::Rect& bounds) override;

Powered by Google App Engine
This is Rietveld 408576698