diff options
author | noyau <noyau@chromium.org> | 2016-01-29 03:08:21 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-29 11:09:26 +0000 |
commit | 194702589109b4f5374f131aa5f591965eb0f57b (patch) | |
tree | f2693bf314b5ac664c1a5c24ee8f2669ffe26fba /components/BUILD.gn | |
parent | 3784ca9015d5b828cb05eee0e72c4fb339d1d0d9 (diff) | |
download | chromium_src-194702589109b4f5374f131aa5f591965eb0f57b.zip chromium_src-194702589109b4f5374f131aa5f591965eb0f57b.tar.gz chromium_src-194702589109b4f5374f131aa5f591965eb0f57b.tar.bz2 |
Remove all the code related to enhanced bookmarks.
The enhanced bookmarks experiment is no longer active. This CL removes all the code in components/enhanced_bookmarks with the exception of a small enum, used from java to collect metrics, which will be dealt with separately.
All the code depending on it is also removed (factories, a private javascript API, and all the associated flags).
BUG=None
Review URL: https://codereview.chromium.org/1638413003
Cr-Commit-Position: refs/heads/master@{#372327}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r-- | components/BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn index e8766e7..ad3fab2 100644 --- a/components/BUILD.gn +++ b/components/BUILD.gn @@ -230,7 +230,6 @@ test("components_unittests") { "//components/autofill/core/browser:unit_tests", "//components/autofill/core/common:unit_tests", "//components/browser_sync/browser:unit_tests", - "//components/enhanced_bookmarks:unit_tests", "//components/favicon/core:unit_tests", "//components/favicon_base:unit_tests", "//components/gcm_driver:unit_tests", |