Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: remoting/webapp/main.html

Issue 14803010: Add link to Hangouts Remote Desktop in the It2Me section of the remoting app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 7d633765453a7ecd13f5819a435b188aeb152c63..28c74a9e89331302cd66cb4d30a1b6d267a44844 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -121,21 +121,19 @@ found in the LICENSE file.
<p id="webapp-description"
i18n-content="DESCRIPTION_HOME"
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">
- <div i18n-content="HOME_SHARE_DESCRIPTION"></div>
- <div id="chrome-os-no-share"
- i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS"
- class="small-print"></div>
- </div>
- <div>
- <button id="share-button"
- i18n-content="HOME_SHARE_BUTTON"
- class="kd-button-share"
- type="button">
- </button>
- </div>
Jamie 2013/05/07 18:24:27 It's hard to tell from the way codereview is rende
Sergey Ulanov 2013/05/23 18:16:18 Yes, here I just removed a div that was wrapping a
+ <div class="section-row">
+ <div class="box-spacer">
+ <div i18n-content="HOME_SHARE_DESCRIPTION"></div>
+ <div id="chrome-os-no-share"
+ i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS"
+ class="small-print"></div>
+ </div>
+ <div>
+ <button id="share-button"
+ i18n-content="HOME_SHARE_BUTTON"
+ class="kd-button-share"
+ type="button">
+ </button>
</div>
</div>
<div class="section-row">
@@ -148,7 +146,15 @@ found in the LICENSE file.
</button>
</div>
</div>
+
+ <!-- TODO(sergeyu): Replace REMOTE_DESKTOP_APP_ID with the hangouts
+ app id. -->
+ <p id="hangouts-invitation"
Jamie 2013/05/07 18:24:27 I don't think this node needs an id. It's not used
Sergey Ulanov 2013/05/23 18:16:18 Done.
+ i18n-content="HANGOUTS_INVITATION"
+ i18n-value-1="<a href='https://plus.google.com/hangouts/_?gid=REMOTE_DESKTOP_APP_ID'>"
+ i18n-value-2="</a>"></p>
</div> <!-- it2me-content -->
+
</section> <!-- Remote Assistance -->
<section id="host-list-div" class="host-list-container">
« remoting/resources/remoting_strings.grd ('K') | « remoting/resources/remoting_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698