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

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

Issue 2081153005: [Offline Page] Offline page sharing implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 4 years, 6 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/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>

Powered by Google App Engine
This is Rietveld 408576698