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

Unified Diff: chrome/browser/android/webapk/webapk.proto

Issue 2515293004: Chrome talks to Play to install WebAPKs. (Closed)
Patch Set: Move play install-related code out of WebApkInstaller. Created 4 years 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
Index: chrome/browser/android/webapk/webapk.proto
diff --git a/chrome/browser/android/webapk/webapk.proto b/chrome/browser/android/webapk/webapk.proto
index 4a18b4cce14806409753ac880915a3d9dbc0a375..15853588155533bf45fbc8bb4a12b03e30994077 100644
--- a/chrome/browser/android/webapk/webapk.proto
+++ b/chrome/browser/android/webapk/webapk.proto
@@ -19,7 +19,10 @@ message WebApkResponse {
// URL to download WebAPK.
optional string signed_download_url = 3;
- reserved 4;
+ // Unique id identifying session with WebAPK server.
+ optional string wam_token = 6;
pkotwicz 2016/12/02 02:24:00 I like "token" better than "wam_token". People out
Xi Han 2016/12/02 20:45:37 All right, change it back.
+
+ reserved 4, 5;
}
// Sent as part of request to create or update a WebAPK.

Powered by Google App Engine
This is Rietveld 408576698