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

Unified Diff: chrome/browser/ui/browser.h

Issue 1135693006: Fix X11DesktopHandler::ActivateWindow on Unity for known user gestures Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/browser/ui/browser.cc » ('j') | content/public/browser/web_contents_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 0fee68b7c1e9c9e33e3d884a9da82c28cf688834..93ee61d9664241c5d7db34c7f58c36d30c3a2941 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -558,6 +558,7 @@ class Browser : public TabStripModelObserver,
bool user_gesture,
bool* was_blocked) override;
void ActivateContents(content::WebContents* contents) override;
+ void ActivateContentsForUserGesture(content::WebContents* contents) override;
void DeactivateContents(content::WebContents* contents) override;
void LoadingStateChanged(content::WebContents* source,
bool to_different_document) override;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | content/public/browser/web_contents_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698