| 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);
|
|
|