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

Unified Diff: ui/views/view.h

Issue 1759453002: Convert location bar bubble delegates to bubble dialog delegates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile errs Created 4 years, 10 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: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 86bed2a0de6f0ba2b990ef53340adcaeb227e48b..de5f3683dd1c31cf30526482f7b8660f7e338ca8 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -999,6 +999,11 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
virtual int GetLineScrollIncrement(ScrollView* scroll_view,
bool is_horizontal, bool is_positive);
+ // Accelerators --------------------------------------------------------------
+
+ // Returns true if this view has registered to handle this accelerator.
+ bool HandlesAccelerator(const ui::Accelerator& accelerator);
msw 2016/03/03 23:01:40 nit: group with others on line 736 if needed (reor
Evan Stade 2016/03/07 18:36:38 Done.
+
protected:
// Used to track a drag. RootView passes this into
// ProcessMousePressed/Dragged.

Powered by Google App Engine
This is Rietveld 408576698