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

Unified Diff: web_apks/minting_example/AndroidManifest.xml

Issue 1953543002: Rename WebAPK related classes to be of the format *WebApk*.java (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
Index: web_apks/minting_example/AndroidManifest.xml
diff --git a/web_apks/minting_example/AndroidManifest.xml b/web_apks/minting_example/AndroidManifest.xml
index e1cb8a8bf590377f57ccd6b816c52b4ca9637293..af9aac57de5d5c87c4ce6877fe049f6abaa860ce 100644
--- a/web_apks/minting_example/AndroidManifest.xml
+++ b/web_apks/minting_example/AndroidManifest.xml
@@ -17,7 +17,7 @@
<uses-permission-sdk-23 android:name="android.permission.RECORD_AUDIO"/>
<application
- android:name="org.chromium.minting.MintingApplication"
+ android:name="org.chromium.minting.WebApkApplication"
android:icon="@drawable/app_icon"
android:label="mintingapp"
android:allowBackup="false" >
@@ -39,7 +39,7 @@
<meta-data android:name="mac" android:value="{{ mac }}" />
<meta-data android:name="scope" android:value="{{ scope }}" />
<service
- android:name="org.chromium.minting.MintingServiceFactory"
+ android:name="org.chromium.minting.WebApkServiceFactory"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Powered by Google App Engine
This is Rietveld 408576698