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

Unified Diff: chrome/android/testshell/javatests/AndroidManifest.xml

Issue 168833004: [sync] Fix sync tests for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/testshell/javatests/AndroidManifest.xml
diff --git a/chrome/android/testshell/javatests/AndroidManifest.xml b/chrome/android/testshell/javatests/AndroidManifest.xml
index ccbc51d257d9b142471c015db797690c2a6bf912..34ca58302e0328abb35889283a8ada318a386c89 100644
--- a/chrome/android/testshell/javatests/AndroidManifest.xml
+++ b/chrome/android/testshell/javatests/AndroidManifest.xml
@@ -11,6 +11,13 @@
needed when building test cases. -->
<application>
<uses-library android:name="android.test.runner" />
+ <activity android:name="org.chromium.sync.test.util.MockGrantCredentialsPermissionActivity"
+ android:exported="false">
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ </activity>
</application>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
<instrumentation android:name="android.test.InstrumentationTestRunner"

Powered by Google App Engine
This is Rietveld 408576698