diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 22:57:52 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 22:57:52 +0000 |
commit | d86360aaf901df785c723f166abfe9fab8ad6370 (patch) | |
tree | b61f7552808cfbb640211d934b1c7585269f8e26 /remoting/webapp/main.html | |
parent | 37b454944476f87409756f29d92cc0a1c50b00f4 (diff) | |
download | chromium_src-d86360aaf901df785c723f166abfe9fab8ad6370.zip chromium_src-d86360aaf901df785c723f166abfe9fab8ad6370.tar.gz chromium_src-d86360aaf901df785c723f166abfe9fab8ad6370.tar.bz2 |
Added 'why is this safe?' link
Note that the link is not yet live.
BUG=119093
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/9958123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r-- | remoting/webapp/main.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index 01c600b..fdd36f3 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -210,6 +210,10 @@ found in the LICENSE file. <input id="daemon-pin-confirm" type="password"> </div> <div class="button-row"> + <a href="https://support.google.com/chrome/?p=ui_pin_safety" + target="_blank" + id="why-is-this-safe" + i18n-content="WHY_IS_THIS_SAFE"></a> <div class="box-spacer"></div> <button id="daemon-pin-ok" type="submit" i18n-content="OK"> </button> |