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

Unified Diff: ash/common/wm_window.h

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: nit and rebase 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
« no previous file with comments | « ash/common/metrics/pointer_metrics_recorder_unittest.cc ('k') | ash/metrics/user_metrics_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 7f4964141d7ea9157b2433726e65bb19d91bf4a2..a02cbf743d5aedbe69a52dc5c9e9c1f590620ea4 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -89,6 +89,8 @@ class ASH_EXPORT WmWindow {
virtual WmWindow* GetChildByShellWindowId(int id) = 0;
virtual ui::wm::WindowType GetType() const = 0;
+ virtual int GetAppType() const = 0;
+ virtual void SetAppType(int app_type) const = 0;
virtual bool IsBubble() = 0;
« no previous file with comments | « ash/common/metrics/pointer_metrics_recorder_unittest.cc ('k') | ash/metrics/user_metrics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698