| Index: content/common/navigation_params.h
|
| diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
|
| index cb3048ce88874fa498679dfb495cc14c6302445b..0937e4202609deb9abcc219e0e62ffd7c4a8c2ff 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;
|
| +
|
| #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
|
|
|