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

Unified Diff: chrome/browser/android/webapk/webapk_install_service.h

Issue 2943913002: [Android WebAPK] Make webapk_installer.cc return proto as base64 string
Patch Set: Created 3 years, 6 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
Index: chrome/browser/android/webapk/webapk_install_service.h
diff --git a/chrome/browser/android/webapk/webapk_install_service.h b/chrome/browser/android/webapk/webapk_install_service.h
index 6134f08b2131d037a77439960e1322cddb543b2d..0bb1683bce8fc61bad8d209aca994ec8668757b0 100644
--- a/chrome/browser/android/webapk/webapk_install_service.h
+++ b/chrome/browser/android/webapk/webapk_install_service.h
@@ -71,7 +71,7 @@ class WebApkInstallService : public KeyedService {
void UpdateAsync(const std::string& webapk_package,
const GURL& start_url,
const base::string16& short_name,
- std::unique_ptr<std::vector<uint8_t>> serialized_proto,
+ std::unique_ptr<std::string> serialized_proto,
const FinishCallback& finish_callback);
private:

Powered by Google App Engine
This is Rietveld 408576698