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

Unified Diff: mojo/shell/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: merge to trunk and move filename_util to own dir 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
« no previous file with comments | « mojo/shell/BUILD.gn ('k') | mojo/shell/local_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/local_fetcher.h
diff --git a/mojo/shell/local_fetcher.h b/mojo/shell/local_fetcher.h
index 774fdfbd6ab19c7014ffa46fe0da93022e0615b9..52ad9da3e1352542ccc6f4052b8b871be5d0c0b6 100644
--- a/mojo/shell/local_fetcher.h
+++ b/mojo/shell/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;
« no previous file with comments | « mojo/shell/BUILD.gn ('k') | mojo/shell/local_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698