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

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: Merge branch 'background_updates0_5' into background_updates00 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..9df7f4fd068eb2737175d1d8646a31e83d971d60 100644
--- a/chrome/browser/android/webapk/webapk_install_service.h
+++ b/chrome/browser/android/webapk/webapk_install_service.h
@@ -9,7 +9,6 @@
#include <memory>
#include <set>
#include <string>
-#include <vector>
#include "base/callback.h"
#include "base/macros.h"
@@ -71,7 +70,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