forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[subresource_filter] Implement the "Smart" UI on Android
This patch implements a V1 for the "smart" UI, which just logs a timestamp every time the UI is shown, and will not show the UI on subsequent navigations if it is within 30 minutes of a previous impression. This is implemented using a new WebsiteSetting, which holds a timestamp. BUG=689992 Review-Url: https://codereview.chromium.org/2795053002 Cr-Commit-Position: refs/heads/master@{#470217}
- Loading branch information
1 parent
39c4cda
commit 3f8cdfd
Showing
15 changed files
with
594 additions
and
58 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
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
Oops, something went wrong.