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

Unified Diff: remoting/webapp/crd/html/ui_me2me.html

Issue 944183002: HostTableEntry refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/crd/html/ui_me2me.html
diff --git a/remoting/webapp/crd/html/ui_me2me.html b/remoting/webapp/crd/html/ui_me2me.html
index ca7b835af65280047847a8bf185eff70cf846404..dff56907a56ee321d0198aabefd19a2b730727be 100644
--- a/remoting/webapp/crd/html/ui_me2me.html
+++ b/remoting/webapp/crd/html/ui_me2me.html
@@ -58,26 +58,14 @@ found in the LICENSE file.
</button>
</div> <!-- disabled -->
<div id="this-host-connect"
- class="section-row clickable no-non-local-hosts"
data-daemon-state="enabled">
- <div class="host-list-main-icon">
- <span id="this-host-warning" hidden></span>
- <img id="this-host-icon"
- src="icon_host.webp">
- </div>
- <div id="this-host-name" class="box-spacer"></div>
- <span id="this-host-rename"
- class="host-list-edit"
- tabIndex="0"
- i18n-title="TOOLTIP_RENAME">
- <img class="host-list-rename-icon"
- src="icon_pencil.webp">
- </span>
+ <div class='host-entry'></div>
<button type="button"
id="stop-daemon"
i18n-content="HOME_DAEMON_STOP_BUTTON">
</button>
</div> <!-- this-host-connect -->
+ <div class='local-host-info'></div>
Jamie 2015/02/23 22:28:11 Is this a new div to contain information about the
kelvinp 2015/02/24 22:04:44 Done.
<div data-daemon-state="enabled">
<div>
<span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span>

Powered by Google App Engine
This is Rietveld 408576698