commit | a25aced10c09bbd15943a19b08d2c4847a6b4054 | [log] [tgz] |
---|---|---|
author | Jenna Himawan <[email protected]> | Fri Jun 21 01:29:21 2019 |
committer | Commit Bot <[email protected]> | Fri Jun 21 01:29:21 2019 |
tree | a2469c3f69f8a04982ed1ab825ad970e5c776dd0 | |
parent | 4f245a3d9c8cf3204f19ceb62edcbb36d14ce2b2 [diff] [blame] |
Feature flag for reordering bookmarks + blending bookmarks / folders Bug: 160194 Change-Id: I1110d0aa83b2bbb17cdc97816ece14875a6f693c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666704 Commit-Queue: Jenna Himawan <[email protected]> Reviewed-by: Matthew Jones <[email protected]> Reviewed-by: Theresa <[email protected]> Cr-Commit-Position: refs/heads/master@{#671164}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 22c8a6a..7645d36 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -1565,6 +1565,11 @@ const char kRendererSideResourceSchedulerDescription[] = "Migrate some ResourceScheduler functionalities to renderer"; +const char kReorderBookmarksName[] = "Reorder bookmarks"; +const char kReorderBookmarksDescription[] = + "Allows the user to reorder their bookmarks from their Android device. " + "The bookmark ordering will be synced across devices."; + const char kRequestTabletSiteName[] = "Request tablet site option in the settings menu"; const char kRequestTabletSiteDescription[] =