commit | dedf0768f9b4613645e938d3036ef1d9f2b871d5 | [log] [tgz] |
---|---|---|
author | Yining Wang <[email protected]> | Tue Feb 19 20:20:29 2019 |
committer | Commit Bot <[email protected]> | Tue Feb 19 20:20:29 2019 |
tree | 95cff3058c31d9e8d05841f3c1349c903087e263 | |
parent | 6fdc90ed49b5f1d4c75f1b3c194ffadc49a3ae91 [diff] [blame] |
Add Focus Mode Flag Add Feature flag for Focus Mode Focus Mode Tracking Bug:932814 Change-Id: Ieab1be46996190c8c9332554543a74cdc610ab06 Bug: 932815 Change-Id: Ieab1be46996190c8c9332554543a74cdc610ab06 Reviewed-on: https://chromium-review.googlesource.com/c/1474547 Reviewed-by: Elly Fong-Jones <[email protected]> Reviewed-by: Peter Boström <[email protected]> Reviewed-by: Dana Fried <[email protected]> Commit-Queue: Yining Wang <[email protected]> Cr-Commit-Position: refs/heads/master@{#633370}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 6e74ba4..4624720 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -642,6 +642,9 @@ extern const char kFillOnAccountSelectHttpName[]; extern const char kFillOnAccountSelectHttpDescription[]; +extern const char kFocusMode[]; +extern const char kFocusModeDescription[]; + extern const char kForceTextDirectionName[]; extern const char kForceTextDirectionDescription[]; extern const char kForceDirectionLtr[];