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

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

Issue 1403083002: [Blimp] Adds Blimp EngineSession and ClientSession skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | blimp/engine/browser/BUILD.gn » ('j') | blimp/engine/browser/blimp_engine_session.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/client_control.proto
diff --git a/blimp/common/proto/client_control.proto b/blimp/common/proto/client_control.proto
index 6d9f605f556ec51e82bb27de57950509b8e713c2..b848bce1a2e84042742133ef2a692970f58b52ca 100644
--- a/blimp/common/proto/client_control.proto
+++ b/blimp/common/proto/client_control.proto
@@ -22,6 +22,8 @@ message ClientControlMessage {
RELOAD = 3;
BACK = 4;
FORWARD = 5;
+ NEW_TAB = 6;
+ CLOSE_TAB = 7;
}
optional Type type = 1;
« no previous file with comments | « no previous file | blimp/engine/browser/BUILD.gn » ('j') | blimp/engine/browser/blimp_engine_session.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698