diff options
author | satorux <satorux@chromium.org> | 2014-10-29 23:12:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-30 06:12:51 +0000 |
commit | 6ef2a8be7279319b1b98fbbb82acb1dff53fc065 (patch) | |
tree | a69a03051bedfb065c4dd602d50c97acfd94b0e5 /WATCHLISTS | |
parent | c3aa8cf571c5d0ed92725a15d0cd2c54f7da3b05 (diff) | |
download | chromium_src-6ef2a8be7279319b1b98fbbb82acb1dff53fc065.zip chromium_src-6ef2a8be7279319b1b98fbbb82acb1dff53fc065.tar.gz chromium_src-6ef2a8be7279319b1b98fbbb82acb1dff53fc065.tar.bz2 |
chromeos: Remove legacy code for chrome://imageburner
chrome://imageburner was replaced by the new recovery tool
http://google.com/chromeos/recovery.
With this change, chrome://imageburner just redirects to
the new recovery tool page.
Note that the D-Bus client code (ImageBurnerClient) is not removed
because it's used in imageWriterPrivate API, used in the new
recovery tool.
BUG=344279
TEST=open chrome://imageburner and you are redirected to http://google.com/chromeos/recovery
Review URL: https://codereview.chromium.org/679633002
Cr-Commit-Position: refs/heads/master@{#302042}
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -380,9 +380,6 @@ 'filepath': 'base/i18n/|base/string|l10n|icu|'\ 'locale_settings|encoding', }, - 'imageburner': { - 'filepath': 'imageburner' - }, 'importer': { 'filepath': 'import', }, @@ -883,7 +880,6 @@ 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], 'hotword': ['rlp+watch@chromium.org'], 'i18n': ['jshin+watch@chromium.org'], - 'imageburner': ['tbarzic+watch@chromium.org'], 'importer': ['tfarina@chromium.org'], 'indexed_db': ['cmumford@chromium.org', 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'], |