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

Unified Diff: shell/application_manager/network_fetcher.h

Issue 1354623002: Force offline by default for warm benchmarks. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « shell/application_manager/application_manager.cc ('k') | shell/application_manager/network_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/network_fetcher.h
diff --git a/shell/application_manager/network_fetcher.h b/shell/application_manager/network_fetcher.h
index 9f1d45556ee3b409ef29725d56c537fc1d8c2cf4..2ef483be2ca1cdd2c366e5bafe0462fe5a08ef2a 100644
--- a/shell/application_manager/network_fetcher.h
+++ b/shell/application_manager/network_fetcher.h
@@ -20,6 +20,7 @@ namespace shell {
class NetworkFetcher : public Fetcher {
public:
NetworkFetcher(bool disable_cache,
+ bool force_offline_by_default,
const GURL& url,
mojo::URLResponseDiskCache* url_response_disk_cache,
mojo::NetworkService* network_service,
@@ -66,6 +67,7 @@ class NetworkFetcher : public Fetcher {
const GURL& url);
const bool disable_cache_;
+ const bool force_offline_by_default_;
const GURL url_;
mojo::URLResponseDiskCache* url_response_disk_cache_;
mojo::NetworkService* network_service_;
« no previous file with comments | « shell/application_manager/application_manager.cc ('k') | shell/application_manager/network_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698