| 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..7c0e6ed11ac6fb4cbf856a1df3bc7f99140a5d78 100644
|
| --- a/remoting/android/java/AndroidManifest.xml.jinja2
|
| +++ b/remoting/android/java/AndroidManifest.xml.jinja2
|
| @@ -27,6 +27,8 @@
|
| android:name="org.chromium.chromoting.ThirdPartyTokenFetcher$OAuthRedirectActivity"
|
| android:enabled="false"
|
| android:noHistory="true">
|
| + <!-- TODO(kevinp): suppress once crbug.com/501593 is fixed. -->
|
| + <!--suppress AppIndexingError -->
|
| <intent-filter>
|
| <action android:name="android.intent.action.VIEW"/>
|
| <category android:name="android.intent.category.DEFAULT"/>
|
|
|