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

Unified Diff: blimp/common/proto/blimp_message.proto

Issue 2091023006: Adds EngineGeolocationFeature for Blimp Geolocation project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge 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 | « blimp/common/proto/BUILD.gn ('k') | blimp/common/proto/common.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/blimp_message.proto
diff --git a/blimp/common/proto/blimp_message.proto b/blimp/common/proto/blimp_message.proto
index b0580ef2bbbf4baca2196de9b6fe1302a4b269d2..7770253d4e29c0ad4abad4f23e7aaa3c72f40940 100644
--- a/blimp/common/proto/blimp_message.proto
+++ b/blimp/common/proto/blimp_message.proto
@@ -27,6 +27,7 @@ import "blob_channel.proto";
import "compositor.proto";
import "ime.proto";
import "input.proto";
+import "geolocation.proto";
import "navigation.proto";
import "render_widget.proto";
import "protocol_control.proto";
@@ -63,6 +64,7 @@ message BlimpMessage {
ImeMessage ime = 46;
SettingsMessage settings = 47;
BlobChannelMessage blob_channel = 48;
+ GeolocationMessage geolocation = 49;
}
}
« no previous file with comments | « blimp/common/proto/BUILD.gn ('k') | blimp/common/proto/common.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698