Commit fcf2d29f authored by Xi Cheng's avatar Xi Cheng Committed by Commit Bot

Fix comments in ShellUtil::MakeChromeDefaultProtocolClient

Change-Id: I8f8c232c5916da49dff2b2c1251f9c48f598a31a
Reviewed-on: https://chromium-review.googlesource.com/691157
Commit-Queue: Greg Thompson <grt@chromium.org>
Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505326}
parent 4767a466
...@@ -2082,7 +2082,7 @@ bool ShellUtil::MakeChromeDefaultProtocolClient( ...@@ -2082,7 +2082,7 @@ bool ShellUtil::MakeChromeDefaultProtocolClient(
// Windows 8 does not permit making a browser default just like that. // Windows 8 does not permit making a browser default just like that.
// This process needs to be routed through the system's UI. Use // This process needs to be routed through the system's UI. Use
// ShowMakeChromeDefaultProocolClientSystemUI instead (below). // ShowMakeChromeDefaultProtocolClientSystemUI instead (below).
if (!CanMakeChromeDefaultUnattended()) if (!CanMakeChromeDefaultUnattended())
return false; return false;
......
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