| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index d73d2fec6a34b05861710e347ab248404af8bb18..f1729308bdb568a6d89f09a87e4581f271ce5ce7 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -302,10 +302,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| // Profile.
|
| static bool IsHandledURL(const GURL& url);
|
|
|
| - // Allow access to file:// on ChromeOS for tests.
|
| - static void AllowFileAccess();
|
| - static bool IsFileAccessAllowed();
|
| -
|
| // The original url is the url used to initialize the request, and it may
|
| // differ from the url if the request was redirected.
|
| const GURL& original_url() const { return url_chain_.front(); }
|
|
|