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

Unified Diff: components/arc/common/window_manager.mojom

Issue 2168533002: Remove window_manager.mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « components/arc/common/arc_bridge.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/window_manager.mojom
diff --git a/components/arc/common/window_manager.mojom b/components/arc/common/window_manager.mojom
deleted file mode 100644
index c456b1ae016a6cad16fdb583aa022c9e8bbc7900..0000000000000000000000000000000000000000
--- a/components/arc/common/window_manager.mojom
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-module arc.mojom;
-
-[Extensible]
-enum WindowManagerMode {
- MODE_NORMAL = 0,
- MODE_TOUCH_VIEW = 1
-};
-
-interface WindowManagerInstance {
- // Informs of the currently used window mode.
- OnWindowManagerModeChange@0(WindowManagerMode mode);
-};
« no previous file with comments | « components/arc/common/arc_bridge.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698