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

Unified Diff: ui/aura/client/aura_constants.h

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: Created 4 years, 3 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/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index a177f256bb0bc8fb35539b5fa4efdcf6299dce85..1ce2e67d8f2e83f9aa6216b7e34ffe12c1615419 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -69,6 +69,11 @@ AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
kShowStateKey;
+// A property key to store the type of window that will be used to record stylus
+// metrics.
+AURA_EXPORT extern const aura::WindowProperty<int>* const
xiyuan 2016/09/12 20:15:47 This does not feel like need to be here. Can we mo
xiaoyinh(OOO Sep 11-29) 2016/09/16 18:41:16 Done.
+ kStylusWindowTypeBucket;
+
// The inset of the topmost view in the client view from the top of the
// non-client view. The topmost view depends on the window type. The topmost
// view is the tab strip for tabbed browser windows, the toolbar for popups,

Powered by Google App Engine
This is Rietveld 408576698