diff options
author | sdefresne <sdefresne@chromium.org> | 2015-07-27 12:18:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-27 19:18:57 +0000 |
commit | 0f2ef35a2de53103f42a7ab62ccc07aa34481e41 (patch) | |
tree | 7e6b89bd5a67371f5ba652948ce7886782970412 /chrome/browser/about_flags.cc | |
parent | f7701e71c321e821163217db2336241d240c563b (diff) | |
download | chromium_src-0f2ef35a2de53103f42a7ab62ccc07aa34481e41.zip chromium_src-0f2ef35a2de53103f42a7ab62ccc07aa34481e41.tar.gz chromium_src-0f2ef35a2de53103f42a7ab62ccc07aa34481e41.tar.bz2 |
Componentize enhanced_bookmark_features.{h,cc}.
Enhanced bookmarks and the DOM distiller are (or will be) used on
iOS and android. Move the function checking whether the features
are enabled into the respective component to allow sharing the code.
Move IsEnhancedBookmarksEnabled() function to the enhanced_bookmarks
component with supporting switches.
Move IsEnableDomDistillerSet() and IsEnableSyncArticlesSet() functions
to the dom_distiller component with supporting switches.
BUG=359565
Review URL: https://codereview.chromium.org/1253953002
Cr-Commit-Position: refs/heads/master@{#340526}
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 2d0c2ff..d322582 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -28,6 +28,7 @@ #include "components/autofill/core/common/autofill_switches.h" #include "components/cloud_devices/common/cloud_devices_switches.h" #include "components/dom_distiller/core/dom_distiller_switches.h" +#include "components/enhanced_bookmarks/enhanced_bookmark_switches.h" #include "components/metrics/metrics_hashes.h" #include "components/nacl/common/nacl_switches.h" #include "components/omnibox/browser/omnibox_switches.h" |