summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authortimvolodine <timvolodine@chromium.org>2015-10-16 08:18:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-16 15:19:26 +0000
commit5f4a677bdba5250ff3ed3fc829975cbe489d3d24 (patch)
treef8a9cfa19a4f9af029d24dadd38f646db2a2b218 /android_webview
parentb258999544d4aabec9617423c4feed0e926f9ace (diff)
downloadchromium_src-5f4a677bdba5250ff3ed3fc829975cbe489d3d24.zip
chromium_src-5f4a677bdba5250ff3ed3fc829975cbe489d3d24.tar.gz
chromium_src-5f4a677bdba5250ff3ed3fc829975cbe489d3d24.tar.bz2
[SystemWebViewShell] Fix WebViewShell manifest.
The WebViewShell should not have BaseChromiumApplication as name. The breaking change was introduced in crrev.com/1402833002, this patch reverts it. Note: deriving from BaseChromiumApplication has the effect that some chromium specific code is initialized that is not normally initialized in apps. BUG= TBR=torne@chromium.org Review URL: https://codereview.chromium.org/1410023002 Cr-Commit-Position: refs/heads/master@{#354514}
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/tools/WebViewShell/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/tools/WebViewShell/AndroidManifest.xml b/android_webview/tools/WebViewShell/AndroidManifest.xml
index abbba73..4cd164b 100644
--- a/android_webview/tools/WebViewShell/AndroidManifest.xml
+++ b/android_webview/tools/WebViewShell/AndroidManifest.xml
@@ -24,7 +24,6 @@
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<application
- android:name="org.chromium.base.BaseChromiumApplication"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.Light" >