Chromium Code Reviews| 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. |
|
raymes
2016/08/18 06:54:02
It would be nice to have this working before the b
kcarattini
2016/08/18 07:17:42
Acknowledged.
|
| IN_PROC_BROWSER_TEST_F(PermissionReporterBrowserTest, |
| DISABLED_PermissionActionReporting) { |
| ASSERT_TRUE(embedded_test_server()->Start()); |