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

Unified Diff: remoting/android/java/AndroidManifest.xml.jinja2

Issue 1190103002: Make lint fail builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set android_webview to use minsdk 19 Created 5 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: remoting/android/java/AndroidManifest.xml.jinja2
diff --git a/remoting/android/java/AndroidManifest.xml.jinja2 b/remoting/android/java/AndroidManifest.xml.jinja2
index d5393596eb2c85c2b086fc384d8d4a92db312112..e70e92213b0a277fa9f7629fd1b2bd7046034aff 100644
--- a/remoting/android/java/AndroidManifest.xml.jinja2
+++ b/remoting/android/java/AndroidManifest.xml.jinja2
@@ -27,6 +27,7 @@
android:name="org.chromium.chromoting.ThirdPartyTokenFetcher$OAuthRedirectActivity"
android:enabled="false"
android:noHistory="true">
+ <!--suppress AppIndexingError -->
newt (away) 2015/06/18 20:26:59 mention bug
Lambros 2015/06/18 20:44:32 FYI, the bug is https://code.google.com/p/chromium
aurimas (slooooooooow) 2015/06/18 21:37:54 Done
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>

Powered by Google App Engine
This is Rietveld 408576698