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

Unified Diff: content/public/common/typemaps.gni

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Ensure correct ordering between ViewMsg_Resize and screen orientation messages 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 side-by-side diff with in-line comments
Download patch
Index: content/public/common/typemaps.gni
diff --git a/content/public/common/typemaps.gni b/content/public/common/typemaps.gni
index 9e064ca720c91a6edd25f4af59ec5e6fac9d2088..b40a48df9a743370bb0a00b0c4f87bc845fa4c53 100644
--- a/content/public/common/typemaps.gni
+++ b/content/public/common/typemaps.gni
@@ -2,4 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//content/public/common/referrer.typemap" ]
+typemaps = [
+ "//content/public/common/referrer.typemap",
+ "//content/public/common/screen_orientation.typemap",
+]

Powered by Google App Engine
This is Rietveld 408576698