Create Chrome Flag Ownership unit tests in iOS
We are adopting Chrome Flag Ownership in iOS. go/chrome-flags-ios More about flag ownership here: https://chromium.googlesource.com/chromium/src/+/master/docs/flag_ownership.md This CL creates a util file of data structures and functions that are shared by: //chrome/browser/about_flags_unittest.cc and //ios/chrome/browser/flags/about_flags_unittest.mm This CL migrates 5 tests to iOS. However, the main test that ensures that flags in iOS have a corresponding metadata entry is disabled. This will be enabled when the metadata file is filled out with iOS flags. Additional followup CLs will add entries to the metadata files, enable tests, and modify documentation. bug: 1058614 Change-Id: I8c94183a47d2065c2fc4441e4fc7d9682d17da55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088034 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#747921}
Showing
Please register or sign in to comment