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

Unified Diff: sync/protocol/proto_value_conversions.cc

Issue 869613006: Move referrer policy to a different field when serializing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 11 months 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: sync/protocol/proto_value_conversions.cc
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
index a9802c45a8b0ec5f97b50e85b740ea4406884230..a160f800900d55328a76dcc2e23c78e206d0a791 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -214,6 +214,7 @@ base::DictionaryValue* TabNavigationToValue(
SET_BOOL(is_restored);
SET_REP(navigation_redirect, NavigationRedirectToValue);
SET_STR(last_navigation_redirect_url);
+ SET_INT32(correct_referrer_policy);
return value;
}

Powered by Google App Engine
This is Rietveld 408576698