| Index: shell/application_manager/local_fetcher.cc
|
| diff --git a/shell/application_manager/local_fetcher.cc b/shell/application_manager/local_fetcher.cc
|
| index 19d2febd833fb863b5cf3c746f37e10058b65aff..ad58ee03ccc6a3b0f49c47903e858267376509b1 100644
|
| --- a/shell/application_manager/local_fetcher.cc
|
| +++ b/shell/application_manager/local_fetcher.cc
|
| @@ -45,6 +45,14 @@ base::FilePath LocalFetcher::UrlToFile(const GURL& url) {
|
| return path;
|
| }
|
|
|
| +const GURL& LocalFetcher::GetURL() const {
|
| + return url_;
|
| +}
|
| +
|
| +GURL LocalFetcher::GetRedirectURL() const {
|
| + return GURL::EmptyGURL();
|
| +}
|
| +
|
| URLResponsePtr LocalFetcher::AsURLResponse(base::TaskRunner* task_runner,
|
| uint32_t skip) {
|
| URLResponsePtr response(URLResponse::New());
|
|
|