Chromium Code Reviews
DescriptionHardcode extensions::util::IsNewBookmarkAppsEnabled() to true, except on Mac.
On Mac, make it a Feature controlled by chrome://flags/#bookmark-apps.
(Currently one needs to "Enable" #disable-new-bookmark-apps which is
confusing). Feature flags have other benefits over command line flags
too (e.g. Finch integration).
On other platforms, it's been on by default for a long time and doesn't
need a disable flag. Hardcoding it to `true` means we have some more
obviously dead code around IDC_CREATE_SHORTCUTS which was never
implemented on Mac, and replaced by bookmark apps elsewhere.
BUG=702551
Review-Url: https://codereview.chromium.org/2765083002
Cr-Commit-Position: refs/heads/master@{#459209}
Committed: https://chromium.googlesource.com/chromium/src/+/70cdc81ee387422102b362949621882df0bacd25
Patch Set 1 #Patch Set 2 : Make flag mac-only #Patch Set 3 : remove logging #
Total comments: 11
Patch Set 4 : respond to comments #Messages
Total messages: 27 (17 generated)
|