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

Side by Side Diff: remoting/webapp/me2mom/choice.html

Issue 7277088: Fix issues in IT2Me webapp caused by r91658. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8" /> 10 <meta charset="utf-8" />
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 </section> <!-- choice-mode --> 207 </section> <!-- choice-mode -->
208 208
209 <section id="session-mode" class="mode in-session-element hidden"> 209 <section id="session-mode" class="mode in-session-element hidden">
210 </section> <!-- session-mode --> 210 </section> <!-- session-mode -->
211 211
212 212
213 <section id="loading-mode"> 213 <section id="loading-mode">
214 <em>Loading&hellip;</em> 214 <em>Loading&hellip;</em>
215 </section> 215 </section>
216 216
217 <div id="host-plugin-container" class="hidden"> 217 <div id="host-plugin-container">
218 </div> 218 </div>
219 <div id="debug-log" class="hidden"> 219 <div id="debug-log" class="hidden">
220 </div> 220 </div>
221 </body> 221 </body>
222 </html> 222 </html>
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698