| Index: content/public/common/page_state.cc
|
| diff --git a/content/public/common/page_state.cc b/content/public/common/page_state.cc
|
| index b82ef89a50de603a8e6afbee15c4448ac6633eb0..fbcc0d00b5660eb4bcd2d338b165b9ba29352b83 100644
|
| --- a/content/public/common/page_state.cc
|
| +++ b/content/public/common/page_state.cc
|
| @@ -46,6 +46,7 @@ void RecursivelyRemoveScrollOffset(ExplodedFrameState* state) {
|
|
|
| void RecursivelyRemoveReferrer(ExplodedFrameState* state) {
|
| state->referrer = base::NullableString16();
|
| + state->referrer_policy = blink::WebReferrerPolicyDefault;
|
| for (std::vector<ExplodedFrameState>::iterator it = state->children.begin();
|
| it != state->children.end();
|
| ++it) {
|
|
|