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

Unified Diff: android_webview/apk/java/AndroidManifest.xml

Issue 1154333002: Change WebView package name to be same with system one (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/java/AndroidManifest.xml
diff --git a/android_webview/apk/java/AndroidManifest.xml b/android_webview/apk/java/AndroidManifest.xml
index d9b7c02d292ac1fd7243c18012aed62ae0050bf9..48b716380540016d2f689fae3d72515b891dd1f7 100644
--- a/android_webview/apk/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -6,7 +6,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="{{package|default('com.android.webview')}}">
+ package="{{package|default('com.google.android.webview')}}">
<uses-sdk android:minSdkVersion="{{minsdk|default(21)}}"
android:targetSdkVersion="{{targetsdk|default(21)}}">
</uses-sdk>
« 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