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

Unified Diff: content/common/navigation_params.h

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Maintain a refcounted instance of ChromeAppCacheService in the AppCacheNavigationHandleCore instanc… 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 98757a7303b941944faab686f576dac7240c021c..7fce0cc4794f0673bdbed27805d44299a7d6bfc5 100644
--- a/content/common/navigation_params.h
+++ b/content/common/navigation_params.h
@@ -325,6 +325,10 @@ struct CONTENT_EXPORT RequestNavigationParams {
// it will always be equal to kInvalidServiceWorkerProviderId.
int service_worker_provider_id;
+ // PlzNavigate
+ // The AppCache host id to be used to identify this navigation.
+ int appcache_host_id;
clamy 2016/11/25 13:32:24 We've talked about introducing a navigation_id in
ananta 2016/11/28 21:36:53 If it ok with you we can look into this for a subs
clamy 2016/11/30 17:40:22 Acknowledged. As I mentioned, I don't feel strongl
+
// True if the navigation originated due to a user gesture.
bool has_user_gesture;

Powered by Google App Engine
This is Rietveld 408576698