-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Precache was enabled for svelte in http://crrev.com/c8e7c272, when the experiment was only on dev, in the interest in seeing the maximum percent of users that we could impact. There is an unconfirmed possibility that the background service may slow down phones with low RAM/CPU. Until we verify that it does not, we would like to avoid launching on svelte devices, in order to eliminate any potential for harm. This change re-disables the service on svelte devices, by checking PrivacyPreferencesManager#shouldPrerender() instead of PrefServiceBridge#getNetworkPredictionEnabled(). BUG=683259 Review-Url: https://codereview.chromium.org/2642733004 Cr-Commit-Position: refs/heads/master@{#445110}
- Loading branch information
twifkak
authored and
Commit bot
committed
Jan 20, 2017
1 parent
07dcf42
commit 5fe1163
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters