diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-03 12:30:52 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-03 12:30:52 +0000 |
commit | 6a6e6a89ec2acb8a50943900710f96873ab2e2b3 (patch) | |
tree | cd4b7f21e150d7ce2a8f122dd81a1022983cf7f4 /build/ios | |
parent | 1e556eb26b74332d18cc0155fc9ba476508c08d8 (diff) | |
download | chromium_src-6a6e6a89ec2acb8a50943900710f96873ab2e2b3.zip chromium_src-6a6e6a89ec2acb8a50943900710f96873ab2e2b3.tar.gz chromium_src-6a6e6a89ec2acb8a50943900710f96873ab2e2b3.tar.bz2 |
Add support for distilling arbitrary URLs in DOM Distiller Viewer.
This adds support for requesting to view arbitrary URLs in the DOM
Distiller viewer. Previously, an entry first had to be added to the
list of articles.
Also fixes the CSP for the viewer to be in the correct format.
BUG=319881
TBR=rsleevi@chromium.org,joi@chromium.org
Review URL: https://codereview.chromium.org/151003006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/ios')
-rw-r--r-- | build/ios/grit_whitelist.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/ios/grit_whitelist.txt b/build/ios/grit_whitelist.txt index f3a0f70..5a9be1b 100644 --- a/build/ios/grit_whitelist.txt +++ b/build/ios/grit_whitelist.txt @@ -236,6 +236,8 @@ IDS_DOM_DISTILLER_WEBUI_ENTRY_URL IDS_DOM_DISTILLER_WEBUI_FETCHING_ENTRIES IDS_DOM_DISTILLER_WEBUI_REFRESH IDS_DOM_DISTILLER_WEBUI_TITLE +IDS_DOM_DISTILLER_WEBUI_VIEW_URL +IDS_DOM_DISTILLER_WEBUI_VIEW_URL_FAILED IDS_DONE IDS_EDIT_FIND_MAC IDS_EMPTY_KEYWORD_VALUE |