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

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

Issue 134683004: Disabled pinch zooming in non-browser Aura windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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.cc » ('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 42dcc85f819c3b1ec6d5b017f78894c9e6d6c86b..38072027403cef70c8dcb7e16b4bb9f1713a0f29 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -62,6 +62,10 @@ class TabStripModel;
class TabStripModelDelegate;
struct WebApplicationInfo;
+namespace blink {
+class WebGestureEvent;
+}
+
namespace chrome {
class BrowserCommandController;
class FastUnloadController;
@@ -441,6 +445,9 @@ class Browser : public TabStripModelObserver,
virtual void HandleKeyboardEvent(
content::WebContents* source,
const content::NativeWebKeyboardEvent& event) OVERRIDE;
+ virtual bool PreHandleGestureEvent(
+ content::WebContents* source,
+ const blink::WebGestureEvent& event) OVERRIDE;
virtual void OverscrollUpdate(int delta_y) OVERRIDE;
virtual void ShowValidationMessage(content::WebContents* web_contents,
const gfx::Rect& anchor_in_root_view,
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | content/public/browser/web_contents_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698