| 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 3064f91b0c7829c0c2016b941c933e3797137568..1143af2e99c0aa5657c12970ebd5dc88f35de7f0 100644
|
| --- a/chrome/browser/safe_browsing/permission_reporter_browsertest.cc
|
| +++ b/chrome/browser/safe_browsing/permission_reporter_browsertest.cc
|
| @@ -99,6 +99,8 @@ class PermissionReporterBrowserTest : public InProcessBrowserTest {
|
| };
|
|
|
| // Test that permission action report will be sent if the user is opted into it.
|
| +// TODO(kcarattini): Make this test pass with the call to Sync backends.
|
| +// TODO(kcarattini): Address crbug/638316 to reenable this test.
|
| IN_PROC_BROWSER_TEST_F(PermissionReporterBrowserTest,
|
| DISABLED_PermissionActionReporting) {
|
| ASSERT_TRUE(embedded_test_server()->Start());
|
|
|