Migrate about:flags messages to const char*
About:flags messages are currently non-translated resource strings. This brings some challenges, in particular, despite not being translated, these messages are copied in every language pack. There is no apparent reason to keep them as resources, and thus this CL changes them to normal const char* string literals.
Some unused resource strings are also dropped.
More details are in https://docs.google.com/document/d/1n71OibFcBTlOdQqlLWF_Ek2CPXIKzZB-4vWTE8cfq8w/edit#
BUG=703134
Review-Url: https://codereview.chromium.org/2774203002
Cr-Commit-Position: refs/heads/master@{#460072}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index f399269..01dfa70 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -406,6 +406,8 @@
"file_select_helper.cc",
"file_select_helper.h",
"file_select_helper_mac.mm",
+ "flag_descriptions.cc",
+ "flag_descriptions.h",
"fullscreen.h",
"fullscreen_chromeos.cc",
"fullscreen_mac.mm",