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

Unified Diff: mojo/fetcher/local_fetcher.h

Issue 1442203002: Fetch Mandoline components from Google Storage as needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the new 'latest' version folder on Google Storage. Created 5 years, 1 month 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 | « no previous file | mojo/fetcher/local_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/fetcher/local_fetcher.h
diff --git a/mojo/fetcher/local_fetcher.h b/mojo/fetcher/local_fetcher.h
index 7adb9b4c93db6e8ccb2631387c8ca8fa91cd0ba9..a09fdc90549a89f3d388215a5c0e235e70befccd 100644
--- a/mojo/fetcher/local_fetcher.h
+++ b/mojo/fetcher/local_fetcher.h
@@ -23,8 +23,11 @@ class LocalFetcher : public shell::Fetcher {
LocalFetcher(NetworkService* network_service,
const GURL& url,
const GURL& url_without_query,
+ const base::FilePath& shell_file_root,
const FetchCallback& loader_callback);
+ ~LocalFetcher() override;
+
void GetMimeTypeFromFileCallback(const mojo::String& mime_type);
private:
@@ -47,6 +50,7 @@ class LocalFetcher : public shell::Fetcher {
GURL url_;
base::FilePath path_;
+ base::FilePath shell_file_root_;
std::string mime_type_;
DISALLOW_COPY_AND_ASSIGN(LocalFetcher);
« no previous file with comments | « no previous file | mojo/fetcher/local_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698