Add home launcher feature flag

Home launcher is a feature to show fullscreen launcher in tablet mode.
And home button will minimize all windows instead of opening/closing
the launcher.

BUG=828945

Change-Id: If9ce1f287a72cc7dc6e2424819cb54e7b47b3f3d
Reviewed-on: https://chromium-review.googlesource.com/996177
Commit-Queue: Weidong Guo <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Cr-Commit-Position: refs/heads/master@{#548560}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 9062dc97..92459be 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1793,6 +1793,9 @@
 extern const char kWakeOnPacketsName[];
 extern const char kWakeOnPacketsDescription[];
 
+extern const char kEnableHomeLauncherName[];
+extern const char kEnableHomeLauncherDescription[];
+
 #endif  // #if defined(OS_CHROMEOS)
 
 // Random platform combinations -----------------------------------------------