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

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

Issue 2230723003: mash: Show status area widget, attempt 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: placeholder widget Created 4 years, 4 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: ash/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 254b52b14ab110750b329684b314f92821d00fc4..ca83fad3deedccbc0d6498cdf668527f0f803bdd 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -368,7 +368,7 @@ void WmShellMus::RemovePointerWatcher(views::PointerWatcher* watcher) {
bool WmShellMus::IsTouchDown() {
// TODO: implement me, http://crbug.com/634967.
- NOTIMPLEMENTED();
+ // NOTIMPLEMENTED is too spammy here.
return false;
}

Powered by Google App Engine
This is Rietveld 408576698