| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index b00cf88d78bec6bdbd49131dba7b7038c91ca1ec..4e25d37de9d738a021b1bd02b11a7ccd28aa0be5 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -310,10 +310,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(); }
|
|
|