Chromium Code Reviews| Index: chrome/android/java/AndroidManifest.xml |
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
| index 30de1075395550cd098f7460f56775779417c421..5cdfe410b85917fcd999f37f13868f7e0165141c 100644 |
| --- a/chrome/android/java/AndroidManifest.xml |
| +++ b/chrome/android/java/AndroidManifest.xml |
| @@ -184,7 +184,7 @@ by a child template that "extends" this file. |
| </intent-filter> |
| <!-- MHTML support, used for snapshots --> |
| <intent-filter> |
| - <action android:name="android.intent.action.VIEW" /> |
| + <action android:name="android.intent.action.VIEW" /> |
|
fgorski
2016/06/28 20:03:22
nit: Do you need that extra space?
Vivian
2016/07/27 23:44:10
Deprecated. Changes on this file is moved to a sep
|
| <category android:name="android.intent.category.DEFAULT" /> |
| <data android:scheme="file" android:mimeType="multipart/related"/> |
| </intent-filter> |