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

Unified Diff: content/public/common/resource_response_info.h

Issue 1310743003: Consistently use LoFi for an entire page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixes Created 5 years, 4 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: content/public/common/resource_response_info.h
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h
index 2b83832244fde2e47b8665406a266387ef9491aa..f3cf58ad98ab300f860e8341bca29d0c59e01b39 100644
--- a/content/public/common/resource_response_info.h
+++ b/content/public/common/resource_response_info.h
@@ -129,6 +129,9 @@ struct ResourceResponseInfo {
// If the response is not provided by the ServiceWorker, kept empty.
// TODO(ksakamoto): Move this to net::LoadTimingInfo.
base::TimeTicks service_worker_ready_time;
+
+ // TODO(megjablon): Add comment.
bengr 2015/08/25 00:00:02 Again.
megjablon 2015/08/25 20:29:47 Done.
+ bool is_lofi;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698