Commit 74400e19 authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

Change chrome://flags to say "Restart Now" if on ChromeOS.

This is the expected behaviour (there was a typo in flags page template)

Change-Id: I94a318b03df8bd133d49e2d8d4b345770cd6e864
Reviewed-on: https://chromium-review.googlesource.com/1105654Reviewed-by: default avatarcalamity <calamity@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568369}
parent 2bf635c2
...@@ -205,10 +205,10 @@ ...@@ -205,10 +205,10 @@
<div class="flex"> <div class="flex">
<if expr="not is_ios"> <if expr="not is_ios">
<button class="experiment-restart-button" type="button" tabindex="9"> <button class="experiment-restart-button" type="button" tabindex="9">
<if expr="not is_chromeos"> <if expr="not chromeos">
Relaunch Now Relaunch Now
</if> </if>
<if expr="is_chromeos"> <if expr="chromeos">
Restart Now Restart Now
</if> </if>
</button> </button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment