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

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

Issue 2221753002: Remove unused WebApkInstaller::Register() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/webapk/webapk_installer.h
diff --git a/chrome/browser/android/webapk/webapk_installer.h b/chrome/browser/android/webapk/webapk_installer.h
index 35046dc8c18afb87d6682cae290dc546487ccb9f..c1ba56a76ad9aa5420648b65519e3a4decf58761 100644
--- a/chrome/browser/android/webapk/webapk_installer.h
+++ b/chrome/browser/android/webapk/webapk_installer.h
@@ -45,9 +45,6 @@ class WebApkInstaller : public net::URLFetcherDelegate {
const SkBitmap& shorcut_icon);
~WebApkInstaller() override;
- // Register JNI methods.
- static bool Register(JNIEnv* env);
-
// Talks to the Chrome WebAPK server to generate a WebAPK on the server and to
// Google Play to install the generated WebAPK. Calls |callback| after the
// request to install the WebAPK is sent to Google Play.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698