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

Unified Diff: content/common/native_types.mojom

Issue 2400313002: Convert miscellaneous RenderThreadImpl messages to mojom (Closed)
Patch Set: rebase 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
« no previous file with comments | « content/browser/theme_helper_mac.mm ('k') | content/common/native_types.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/native_types.mojom
diff --git a/content/common/native_types.mojom b/content/common/native_types.mojom
index 222ee34803ab995e8d3b7f84ac41373996814daf..9a8d9cd9aab259c1701f927e0645190cb072504b 100644
--- a/content/common/native_types.mojom
+++ b/content/common/native_types.mojom
@@ -20,5 +20,18 @@ struct RendererPreferences;
[Native]
struct ResizeParams;
+// NOTE: This type is only mapped and usable on Mac.
+[Native]
+enum ScrollbarButtonsPlacement;
+
+// NOTE: This type is only mapped and usable on Mac.
+[Native]
+enum ScrollerStyle;
+
[Native]
struct WebPreferences;
+
+// TODO(rockot): This should most likely be defined by network service mojom,
+// but the network service doesn't exist yet.
+[Native]
+enum NetworkConnectionType;
« no previous file with comments | « content/browser/theme_helper_mac.mm ('k') | content/common/native_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698