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

Unified Diff: remoting/webapp/me2mom/choice.html

Issue 7547001: Propagate connected user to web app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 5 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/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 0c5a6d635f5b582c4acf1320cc6f8656c154f058..485df8c5ea6268322251ae3dc184a66053648db4 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -124,7 +124,8 @@ found in the LICENSE file.
</div> <!-- host.waiting-for-connection -->
<div data-ui-mode="host.shared">
- <div class="message" i18n-content="messageShared"></div>
+ <div id="host-shared-message" class="message"
+ i18n-content="messageShared"></div>
<div class="centered-button">
<button type="button" class="big-button"
onclick="remoting.cancelShare();"

Powered by Google App Engine
This is Rietveld 408576698