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

Unified Diff: chrome/android/testshell/java/AndroidManifest.xml

Issue 184993005: Rename ChromiumTestShell classes to ChromeShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase yet again Created 6 years, 10 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/android/testshell/java/AndroidManifest.xml
diff --git a/chrome/android/testshell/java/AndroidManifest.xml b/chrome/android/testshell/java/AndroidManifest.xml
index 056709014b787abd6764bf2953adf4b876706d48..e07225e7eb3e9b935e0b0cc73240433f9ed10658 100644
--- a/chrome/android/testshell/java/AndroidManifest.xml
+++ b/chrome/android/testshell/java/AndroidManifest.xml
@@ -31,10 +31,10 @@
<uses-permission android:name="org.chromium.chrome.shell.permission.C2D_MESSAGE" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
- <application android:name="org.chromium.chrome.shell.ChromiumTestShellApplication"
+ <application android:name="org.chromium.chrome.shell.ChromeShellApplication"
android:icon="@mipmap/app_icon"
android:label="Chrome Shell">
- <activity android:name="org.chromium.chrome.shell.ChromiumTestShellActivity"
+ <activity android:name="org.chromium.chrome.shell.ChromeShellActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Holo.Light.NoActionBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
@@ -173,7 +173,7 @@
<!-- Sync adapter for browser sync. -->
<service android:exported="false"
- android:name="org.chromium.chrome.shell.sync.ChromiumTestShellSyncAdapterService">
+ android:name="org.chromium.chrome.shell.sync.ChromeShellSyncAdapterService">
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>

Powered by Google App Engine
This is Rietveld 408576698