diff options
Diffstat (limited to 'net/url_request/url_request_file_job.h')
-rw-r--r-- | net/url_request/url_request_file_job.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/url_request/url_request_file_job.h b/net/url_request/url_request_file_job.h index c5e1d2f..4512c1c 100644 --- a/net/url_request/url_request_file_job.h +++ b/net/url_request/url_request_file_job.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -45,6 +45,9 @@ class URLRequestFileJob : public URLRequestJob { private: void DidResolve(bool exists, const base::PlatformFileInfo& file_info); void DidRead(int result); +#if defined(OS_CHROMEOS) + static bool AccessDisabled(const FilePath& file_path); +#endif net::CompletionCallbackImpl<URLRequestFileJob> io_callback_; net::FileStream stream_; |