Chromium Code Reviews
DescriptionUnbundle link rel=prefetch from privacy settings
The privacy settings have the On/Off choice now saying: "Use a prediction
service to load pages quickly". Default is On.
This change allows <link rel=prefetch> to perform prefetches regardless of the
setting and network type.
Reason: web developers should be able prefetch with all possible privacy
settings and with all possible network types. This would avoid web devs coming
up with creative ways to prefetch in cases they are not allowed to do so.
Assumption: all requests arriving through ChromeResourceDispatcherHostDelegate
are initiated by the renderer, and the only way to issue a prefetch from there
is via <link rel=prefetch>.
BUG=589369
Committed: https://crrev.com/3b2ebae80f0d0985148ae0478ee5dde185019669
Cr-Commit-Position: refs/heads/master@{#381046}
Patch Set 1 #Patch Set 2 : changed expectations in PrefetchBrowserTestPrediction.PreferenceWorks #
Dependent Patchsets: Messages
Total messages: 14 (7 generated)
|
||||||||||||||||||||||||||||