Commit aa5c01d9 authored by James Cook's avatar James Cook Committed by Commit Bot

chromeos: Change SingleProcessMash shelf label to 'SPM'

I accidentally committed a debugging version where it was 'a'.

Bug: none
Change-Id: Ic544a6a78d48993dd0b17f05c17f4f616b59ea6a
Reviewed-on: https://chromium-review.googlesource.com/c/1289294
Commit-Queue: James Cook <jamescook@chromium.org>
Commit-Queue: Michael Wasserman <msw@chromium.org>
Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600844}
parent 84be8009
...@@ -83,7 +83,7 @@ void FlagWarningTray::UpdateButton() { ...@@ -83,7 +83,7 @@ void FlagWarningTray::UpdateButton() {
} }
if (::features::IsSingleProcessMash()) { if (::features::IsSingleProcessMash()) {
button_->SetText(base::ASCIIToUTF16("a")); button_->SetText(base::ASCIIToUTF16("SPM"));
button_->SetTooltipText( button_->SetTooltipText(
base::ASCIIToUTF16("Running with feature SingleProcessMash")); base::ASCIIToUTF16("Running with feature SingleProcessMash"));
} else if (::features::IsMultiProcessMash()) { } else if (::features::IsMultiProcessMash()) {
......
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