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

Side by Side Diff: content/common/screen_orientation_service.mojom

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Moved enum mojo definition to content/common due to dependency issue Created 4 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module content.mojom;
6
7 import "content/public/common/screen_orientation.mojom";
8
9 interface ScreenOrientationService {
Ken Rockot(use gerrit already) 2016/10/14 15:38:16 naming nit: This is not a service, it's an interfa
lunalu1 2016/10/20 23:28:47 Done.
10 LockOrientation(ScreenOrientationLockType orientation) =>
11 (ScreenOrientationLockResult result);
12 UnlockOrientation();
13 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698