Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1502)

Unified Diff: mojo/shell/application_manager/local_fetcher.h

Issue 1109993002: Adds support for mojo apps to live in their own directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/shell/application_manager/local_fetcher.h
diff --git a/mojo/shell/application_manager/local_fetcher.h b/mojo/shell/application_manager/local_fetcher.h
index 843108fdcc8858d7e7afa4fd1cb5125b1ce08cb1..c3b468066cff0c13617124670e9bcf33fa95db44 100644
--- a/mojo/shell/application_manager/local_fetcher.h
+++ b/mojo/shell/application_manager/local_fetcher.h
@@ -21,8 +21,6 @@ class LocalFetcher : public Fetcher {
const FetchCallback& loader_callback);
private:
- static base::FilePath UrlToFile(const GURL& url);
-
const GURL& GetURL() const override;
GURL GetRedirectURL() const override;

Powered by Google App Engine
This is Rietveld 408576698