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

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

Issue 2515293004: Chrome talks to Play to install WebAPKs. (Closed)
Patch Set: Created 4 years, 1 month 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..fc0cae7b54ca31d644359bac854e7141d64aa5d7 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;
+ // The token to give the Phonesky backend for the rest of the information.
pkotwicz 2016/11/23 03:11:28 How about: "Unique id identifying session with Web
Xi Han 2016/11/23 15:43:45 Updated.
pkotwicz 2016/11/23 15:56:38 Let's rename it in Chrome so that at least Chrome
Xi Han 2016/11/23 16:44:42 How about "wam_token" as the one sent to Play?
+ optional string token = 6;
+
+ reserved 4, 5;
}
// Sent as part of request to create or update a WebAPK.

Powered by Google App Engine
This is Rietveld 408576698