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

Unified Diff: components/sessions/ios/ios_serialized_navigation_driver.h

Issue 2921883003: [Sync] Ensure referrer is recorded regardless of policy conversion (Closed)
Patch Set: Tighten Created 3 years, 6 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: components/sessions/ios/ios_serialized_navigation_driver.h
diff --git a/components/sessions/ios/ios_serialized_navigation_driver.h b/components/sessions/ios/ios_serialized_navigation_driver.h
index 7982ad3145e794307c2f5100a09e04e9f01e9666..a589585eadc5cb89651373bc8550853e9670fdcb 100644
--- a/components/sessions/ios/ios_serialized_navigation_driver.h
+++ b/components/sessions/ios/ios_serialized_navigation_driver.h
@@ -26,10 +26,6 @@ class IOSSerializedNavigationDriver
// SerializedNavigationDriver implementation.
int GetDefaultReferrerPolicy() const override;
- bool MapReferrerPolicyToOldValues(int referrer_policy,
- int* mapped_referrer_policy) const override;
- bool MapReferrerPolicyToNewValues(int referrer_policy,
- int* mapped_referrer_policy) const override;
std::string GetSanitizedPageStateForPickle(
const SerializedNavigationEntry* navigation) const override;
void Sanitize(SerializedNavigationEntry* navigation) const override;
« no previous file with comments | « components/sessions/core/serialized_navigation_entry.cc ('k') | components/sessions/ios/ios_serialized_navigation_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698