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

Unified Diff: blimp/common/proto/tab_control.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/geolocation.proto ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/tab_control.proto
diff --git a/blimp/common/proto/tab_control.proto b/blimp/common/proto/tab_control.proto
index b36631b71ce8a65a341c2e8349880906c53847f1..920762ac7ebcf2d39c19cdb6bb5726540be452a9 100644
--- a/blimp/common/proto/tab_control.proto
+++ b/blimp/common/proto/tab_control.proto
@@ -8,6 +8,8 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
+import "common.proto";
+
package blimp;
// Contains display information that represents resize events coming from the
@@ -18,8 +20,6 @@ message SizeMessage {
optional float device_pixel_ratio = 3;
}
-message EmptyMessage {}
-
message TabControlMessage {
// Feature-specific messages follow.
oneof tab_control {
« no previous file with comments | « blimp/common/proto/geolocation.proto ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698