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

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

Issue 2933783002: [Android WebAPK] Change WebAPK update into two phases (Closed)
Patch Set: Merge branch 'master' into background_updates0 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_update_manager.h
diff --git a/chrome/browser/android/webapk/webapk_update_manager.h b/chrome/browser/android/webapk/webapk_update_manager.h
index db1962331d5d71246065fc54d6215f9f8f5ca228..6040726dd08ccd6ca7039b5bf32c62663669746a 100644
--- a/chrome/browser/android/webapk/webapk_update_manager.h
+++ b/chrome/browser/android/webapk/webapk_update_manager.h
@@ -18,15 +18,6 @@ class WebApkUpdateManager {
// Registers JNI hooks.
static bool Register(JNIEnv* env);
- // Called after either a request to update the WebAPK has been sent, or the
- // update process fails. |success| indicates whether the request was issued
- // to the server. A "true" value of |success| does not guarantee that the
- // WebAPK will be successfully updated.
- static void OnBuiltWebApk(const std::string& id,
- WebApkInstallResult result,
- bool relax_updates,
- const std::string& webapk_package);
-
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(WebApkUpdateManager);
};
« no previous file with comments | « chrome/browser/android/webapk/webapk_installer_unittest.cc ('k') | chrome/browser/android/webapk/webapk_update_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698