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

Unified Diff: shell/application_manager/local_fetcher.h

Issue 943053003: Simple multi-url support for mojo apps (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: shell/application_manager/local_fetcher.h
diff --git a/shell/application_manager/local_fetcher.h b/shell/application_manager/local_fetcher.h
index 7123a9043ad3f2f2164a71a8fdd0c41f5f1b146f..b88aa296b4e36a18fcbb5ee5b8ea78e2c9a6e2cf 100644
--- a/shell/application_manager/local_fetcher.h
+++ b/shell/application_manager/local_fetcher.h
@@ -15,7 +15,8 @@ namespace mojo {
// Implements Fetcher for file:// URLs.
class LocalFetcher : public Fetcher {
public:
- LocalFetcher(const GURL& url, const FetchCallback& loader_callback);
+ LocalFetcher(const GURL& url, const GURL& url_without_query,
+ const FetchCallback& loader_callback);
private:
static base::FilePath UrlToFile(const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698