Move flags_ui resources and constants to //components.
TBR=jochen
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1354153002
Cr-Commit-Position: refs/heads/master@{#350502}
diff --git a/components/components_chromium_strings.grd b/components/components_chromium_strings.grd
index 9a54f5d2..95622df 100644
--- a/components/components_chromium_strings.grd
+++ b/components/components_chromium_strings.grd
@@ -153,6 +153,18 @@
again for improved performance.
</message>
</if>
+
+ <!-- About Flags UI -->
+ <if expr="not chromeos">
+ <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user that he needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now'.">
+ Your changes will take effect the next time you relaunch Chromium.
+ </message>
+ </if>
+ <if expr="chromeos">
+ <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user that he needs to restart Chromium OS. Shown next to a button that says 'Restart Now'.">
+ Your changes will take effect the next time you restart your device.
+ </message>
+ </if>
</messages>
</release>
</grit>