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

Unified Diff: ui/base/base_window.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
« no previous file with comments | « extensions/shell/browser/shell_native_app_window_aura.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/base_window.h
diff --git a/ui/base/base_window.h b/ui/base/base_window.h
index 1913e57480803e9a920f9b3d64441aac45e405f5..925ce2e92be6d64ebe0dff4b018504327881a0da 100644
--- a/ui/base/base_window.h
+++ b/ui/base/base_window.h
@@ -53,7 +53,7 @@ class UI_BASE_EXPORT BaseWindow {
virtual gfx::Rect GetBounds() const = 0;
// Shows the window, or activates it if it's already visible.
- virtual void Show() = 0;
+ virtual void Show(bool user_gesture) = 0;
// Hides the window.
virtual void Hide() = 0;
« no previous file with comments | « extensions/shell/browser/shell_native_app_window_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698