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

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

Issue 8758001: Launch Me2Me connections in a new tab. Remove OK button from post-connect screens for Me2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 5b6c73ad1f4bbbf7f591e1074fc66d66f33a0459..b92063cc84aba1e664d6ddd2253393267154479b 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -234,7 +234,7 @@ found in the LICENSE file.
</div> <!-- client.unconnected -->
<div data-ui-mode="client.connecting" class="message"
- i18n-content="VERIFYING_CODE">
+ i18n-content="MESSAGE_CONNECTING">
</div> <!-- client.connecting -->
<div data-ui-mode="client.connect-failed"
@@ -246,7 +246,7 @@ found in the LICENSE file.
class="message" i18n-content="MESSAGE_SESSION_FINISHED">
</div> <!-- client.session-finished -->
- <div data-ui-mode="client.connect-failed client.session-finished"
+ <div data-ui-mode="client.connect-failed.it2me client.session-finished.it2me"
Jamie 2011/11/30 21:23:43 Don't show this button for Me2Me. For technical re
class="centered-button">
<button type="button"
class="big-button"

Powered by Google App Engine
This is Rietveld 408576698