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

Unified Diff: webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java

Issue 1953013003: Make WebAPK naming consistent 2/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java
diff --git a/webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java b/webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java
index 9c5f857e94e95010f268091ce12298bcd788b90a..4fdc9a2cd00965b93a10948e1d8fb9db991433fd 100644
--- a/webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java
+++ b/webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java
@@ -45,13 +45,13 @@ public class WebApkServiceFactory extends Service {
* Name of the shared preference for Chrome's version code.
*/
private static final String REMOTE_VERSION_CODE_PREF =
- "minting_service_factory_remote_version_code";
+ "webapk_service_factory_remote_version_code";
/**
* Name of the shared preference for the version number of the dynamically loaded dex.
*/
private static final String RUNTIME_DEX_VERSION_PREF =
- "minting_service_factory_runtime_dex_version";
+ "webapk_service_factory_runtime_dex_version";
/*
* ClassLoader for loading {@link MINTED_SERVICE_IMPL_CLASS_NAME}. Static so that all
« no previous file with comments | « webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698