diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-13 18:43:39 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-13 18:43:39 +0000 |
commit | 597cc597c4f92491e4968c37c2ab021298b8f0d6 (patch) | |
tree | 40929f421edb693a0f990d8017c8546d8c1bb803 /remoting | |
parent | fd5b7c63f9c7caf04114c9de6f67b6a9a1b3710a (diff) | |
download | chromium_src-597cc597c4f92491e4968c37c2ab021298b8f0d6.zip chromium_src-597cc597c4f92491e4968c37c2ab021298b8f0d6.tar.gz chromium_src-597cc597c4f92491e4968c37c2ab021298b8f0d6.tar.bz2 |
Make all web-app links open in a new window.
This is required for apps v2, and IMHO is a better UX anyway.
BUG=134213
Review URL: https://codereview.chromium.org/12472025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/main.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index bc1fc67..635e47a 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -102,7 +102,7 @@ found in the LICENSE file. <div id="it2me-content"> <p id="webapp-description" i18n-content="DESCRIPTION_HOME" - i18n-value-1="<a href='https://chrome.google.com/remotedesktop'>chrome.google.com/remotedesktop</a>"></p> + i18n-value-1="<a href='https://chrome.google.com/remotedesktop' target='_blank'>chrome.google.com/remotedesktop</a>"></p> <div> <div class="section-row"> <div class="box-spacer"> @@ -488,6 +488,7 @@ found in the LICENSE file. <div class="message"> <span i18n-content="HOST_NEEDS_UPDATE_DETAIL"></span> <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523" + target="_blank" i18n-content="LEARN_HOW"></a> </div> <div class="box"> |