Chromium Code Reviews| Index: components/autofill/content/browser/risk/fingerprint_browsertest.cc |
| diff --git a/components/autofill/content/browser/risk/fingerprint_browsertest.cc b/components/autofill/content/browser/risk/fingerprint_browsertest.cc |
| index a6f8888a551a1912442c687f5ae93991cf79a17c..cc667d7570174a839b142a91591b497ccd2c9cfc 100644 |
| --- a/components/autofill/content/browser/risk/fingerprint_browsertest.cc |
| +++ b/components/autofill/content/browser/risk/fingerprint_browsertest.cc |
| @@ -184,15 +184,8 @@ class AutofillRiskFingerprintTest : public content::ContentBrowserTest { |
| base::MessageLoopForUI message_loop_; |
| }; |
| -#if defined(OS_WIN) |
| -// http://crbug.com/503821 |
| -#define MAYBE_GetFingerprint DISABLED_GetFingerprint |
| -#else |
| -#define MAYBE_GetFingerprint GetFingerprint |
| -#endif |
|
piman
2016/06/27 15:06:44
Is this change related to the issue at hand?
kirr
2016/06/27 15:28:52
I think this test should also be fixed by commit.
|
| - |
| // Test that getting a fingerprint works on some basic level. |
| -IN_PROC_BROWSER_TEST_F(AutofillRiskFingerprintTest, MAYBE_GetFingerprint) { |
| +IN_PROC_BROWSER_TEST_F(AutofillRiskFingerprintTest, GetFingerprint) { |
| content::Geoposition position; |
| position.latitude = kLatitude; |
| position.longitude = kLongitude; |