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

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: rebase + fix android 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..8701e9d2afc7b4a3998957e472a52e2725b66bae 100644
--- a/shell/application_manager/local_fetcher.h
+++ b/shell/application_manager/local_fetcher.h
@@ -15,7 +15,9 @@ 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