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

Unified Diff: content/common/navigation_params.h

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Add DCHECKs for PlzNavigate and fix a double Release problem which caused one unit_test to fail wit… Created 4 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
Index: content/common/navigation_params.h
diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
index ec5ec419118524efed1c9ebb93fdd39c62d59a8a..5b5765972ea79259d495ee2a6c8034b6160630a2 100644
--- a/content/common/navigation_params.h
+++ b/content/common/navigation_params.h
@@ -324,6 +324,9 @@ struct CONTENT_EXPORT RequestNavigationParams {
// True if the navigation originated due to a user gesture.
bool has_user_gesture;
+ // The host id to be used to identify this navigation.
michaeln 2016/11/22 00:17:27 annotate with PlzNavigate, might be nice to put mo
ananta 2016/11/23 04:05:15 Done.
+ int appcache_host_id;
+
#if defined(OS_ANDROID)
// The real content of the data: URL. Only used in Android WebView for
// implementing LoadDataWithBaseUrl API method to circumvent the restriction

Powered by Google App Engine
This is Rietveld 408576698