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

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor.h

Issue 2545943003: Accessing navigation information via webcontents (Closed)
Patch Set: Post-Review Modifications #3 Created 4 years 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: chrome/browser/predictors/resource_prefetch_predictor.h
diff --git a/chrome/browser/predictors/resource_prefetch_predictor.h b/chrome/browser/predictors/resource_prefetch_predictor.h
index d4a0065d57f8ec01a19b842eac69fa269d396235..d2bbee3ce4e5b58a7451aaa71c729d45d98b45b6 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor.h
+++ b/chrome/browser/predictors/resource_prefetch_predictor.h
@@ -96,7 +96,8 @@ class ResourcePrefetchPredictor
bool always_revalidate;
// Initializes a |URLRequestSummary| from a |URLRequest| response.
- // Returns true for success.
+ // Returns true for success. Note: NavigationID is NOT initialized
+ // by this function.
static bool SummarizeResponse(const net::URLRequest& request,
URLRequestSummary* summary);
};
« no previous file with comments | « chrome/browser/predictors/resource_prefetch_common.cc ('k') | chrome/browser/predictors/resource_prefetch_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698