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

Unified Diff: ash/common/wm_shell.cc

Issue 2231533004: Pointer watcher modifications to support laser pointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial patch. 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/common/wm_shell.cc
diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
index 6d629cb9fdf30883d2eb9d38b48f61a8cef6079c..3ac9b6e5c42fc2d4c432c6b4c56b212cea98a539 100644
--- a/ash/common/wm_shell.cc
+++ b/ash/common/wm_shell.cc
@@ -272,5 +272,4 @@ void WmShell::SetAcceleratorController(
std::unique_ptr<AcceleratorController> accelerator_controller) {
accelerator_controller_ = std::move(accelerator_controller);
}
-
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698