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

Unified Diff: chrome/browser/safe_browsing/permission_reporter_browsertest.cc

Issue 2616793002: Reenable PermissionActionReporter tests. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/permission_reporter_browsertest.cc
diff --git a/chrome/browser/safe_browsing/permission_reporter_browsertest.cc b/chrome/browser/safe_browsing/permission_reporter_browsertest.cc
index 5afff18b76edd9751d9167f0d0d217ad7079eb78..678c15c5ed577ac8c21d126df8caf5ec779393ca 100644
--- a/chrome/browser/safe_browsing/permission_reporter_browsertest.cc
+++ b/chrome/browser/safe_browsing/permission_reporter_browsertest.cc
@@ -82,7 +82,7 @@ class PermissionReporterBrowserTest : public SyncTest {
// Test that permission action report will be sent if the user is opted into it.
IN_PROC_BROWSER_TEST_F(PermissionReporterBrowserTest,
- DISABLED_PermissionActionReporting) {
+ PermissionActionReporting) {
// Set up the Sync client.
ASSERT_TRUE(SetupSync());
Profile* profile = GetProfile(0);
@@ -126,7 +126,7 @@ IN_PROC_BROWSER_TEST_F(PermissionReporterBrowserTest,
}
IN_PROC_BROWSER_TEST_F(PermissionReporterBrowserTest,
- DISABLED_PermissionActionReportingPriorIgnoreCount) {
+ PermissionActionReportingPriorIgnoreCount) {
// Set up the Sync client.
ASSERT_TRUE(SetupSync());
Profile* profile = GetProfile(0);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698