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

Unified Diff: ash/mus/bridge/wm_window_mus.cc

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/mus/bridge/wm_window_mus.h ('k') | ash/shared/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.cc
diff --git a/ash/mus/bridge/wm_window_mus.cc b/ash/mus/bridge/wm_window_mus.cc
index 553dca55a9b8e92bb545b140ba2dfa91ebbdb133..efb3429640890c1411e8176a1750cbcb63a3ec68 100644
--- a/ash/mus/bridge/wm_window_mus.cc
+++ b/ash/mus/bridge/wm_window_mus.cc
@@ -220,6 +220,17 @@ ui::wm::WindowType WmWindowMus::GetType() const {
return is_wm_window_type_set_ ? wm_window_type_ : GetWmWindowType(window_);
}
+int WmWindowMus::GetAppType() const {
+ // TODO: Need support for window property kAppType: http://crbug.com/651206.
+ NOTIMPLEMENTED();
+ return 0;
+}
+
+void WmWindowMus::SetAppType(int app_type) const {
+ // TODO: Need support for window property kAppType: http://crbug.com/651206.
+ NOTIMPLEMENTED();
+}
+
bool WmWindowMus::IsBubble() {
return GetWindowType(window_) == ui::mojom::WindowType::BUBBLE;
}
« no previous file with comments | « ash/mus/bridge/wm_window_mus.h ('k') | ash/shared/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698