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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManagerNativeTest.java

Issue 2738983006: Fix and add PrivacyPreferencesManagerNativeTest (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManagerNativeTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManagerNativeTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManagerNativeTest.java
index 1f62534c1bac95bdc0ec8e8464cf0a8045635900..40106569f084bec7826d791c16319eb8e1cbdebe 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManagerNativeTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManagerNativeTest.java
@@ -12,6 +12,7 @@ import android.test.UiThreadTest;
import org.chromium.base.CommandLine;
import org.chromium.base.ContextUtils;
import org.chromium.base.test.util.AdvancedMockContext;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.browser.preferences.PrefServiceBridge;
import org.chromium.content.browser.test.NativeLibraryTestBase;
@@ -29,7 +30,7 @@ public class PrivacyPreferencesManagerNativeTest extends NativeLibraryTestBase {
@SmallTest
@Feature({"Android-AppBase"})
@UiThreadTest
- public void testSyncUsageAndCrashReporting {
+ public void testSyncUsageAndCrashReporting() {
CommandLine.init(null);
PermissionContext context = new PermissionContext(getInstrumentation().getTargetContext());
PrefServiceBridge prefBridge = PrefServiceBridge.getInstance();
@@ -47,6 +48,7 @@ public class PrivacyPreferencesManagerNativeTest extends NativeLibraryTestBase {
@SmallTest
@Feature({"Android-AppBase"})
@UiThreadTest
+ @DisabledTest(message = "crbug.com/700500")
public void testSetUsageAndCrashReporting() {
CommandLine.init(null);
PermissionContext context = new PermissionContext(getInstrumentation().getTargetContext());
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698