| Index: net/proxy/proxy_script_fetcher.h
|
| ===================================================================
|
| --- net/proxy/proxy_script_fetcher.h (revision 6995)
|
| +++ net/proxy/proxy_script_fetcher.h (working copy)
|
| @@ -50,8 +50,8 @@
|
| // Testing helpers (only available to unit-tests).
|
| // --------------------------------------------------------------------------
|
| private:
|
| - FRIEND_TEST(ProxyScriptFetcherTest, DISABLED_Hang);
|
| - FRIEND_TEST(ProxyScriptFetcherTest, DISABLED_TooLarge);
|
| + FRIEND_TEST(ProxyScriptFetcherTest, Hang);
|
| + FRIEND_TEST(ProxyScriptFetcherTest, TooLarge);
|
|
|
| // Sets the maximum duration for a fetch to |timeout_ms|. Returns the previous
|
| // bound.
|
|
|