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

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

Issue 1810213009: blimp: Add settings to allow the client to download the whole page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@record_full_document
Patch Set: Use ContentBrowserClient to override prefs. Created 4 years, 9 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/settings.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 4618a4fcabeddf7e1a7fecf025568cdf7d0295ab..5a8ad614d2d23cc9b20a8dde763a2cedb3f4d251 100644
--- a/blimp/common/proto/blimp_message.proto
+++ b/blimp/common/proto/blimp_message.proto
@@ -29,6 +29,7 @@ import "input.proto";
import "navigation.proto";
import "render_widget.proto";
import "protocol_control.proto";
+import "settings.proto";
import "tab_control.proto";
package blimp;
@@ -43,6 +44,7 @@ message BlimpMessage {
COMPOSITOR = 5;
PROTOCOL_CONTROL = 6;
IME = 7;
+ SETTINGS = 8;
}
// Sequence number of this message, used for message acknowledgement.
@@ -77,5 +79,6 @@ message BlimpMessage {
optional CompositorMessage compositor = 1004;
optional ProtocolControlMessage protocol_control = 1005;
optional ImeMessage ime = 1006;
+ optional SettingsMessage settings = 1007;
}
« no previous file with comments | « blimp/common/proto/BUILD.gn ('k') | blimp/common/proto/settings.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698