| Index: content/browser/frame_host/navigation_request.h
|
| diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h
|
| index 97a6a56c2630e939aff0649b503f6e83260bf3f6..e0cd724ff38b6f2c86883dcfa9a558822db6dc70 100644
|
| --- a/content/browser/frame_host/navigation_request.h
|
| +++ b/content/browser/frame_host/navigation_request.h
|
| @@ -98,7 +98,8 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate {
|
| const CommonNavigationParams& common_params,
|
| const BeginNavigationParams& begin_params,
|
| int current_history_list_offset,
|
| - int current_history_list_length);
|
| + int current_history_list_length,
|
| + bool override_user_agent);
|
|
|
| ~NavigationRequest() override;
|
|
|
|
|