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[];