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

Unified Diff: remoting/webapp/main.html

Issue 9664013: Hide daemon UI initially. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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
« no previous file with comments | « remoting/webapp/client_screen.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 74d1784ec94ed8dc56d94d5e217330a0ac6c607b..d3dd79115d67755780d60ca53d22e11a366c609a 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -115,7 +115,7 @@ found in the LICENSE file.
<h2 i18n-content="MODE_ME2ME"></h2>
<div id="host-list"></div>
<div id="host-list-error" class="error-state"></div>
- <div id="daemon-control" data-daemon-state="enabled disabled">
+ <div id="daemon-control" data-daemon-state="enabled disabled" hidden>
<table class="host-list-table">
<!-- TODO(jamiewalch): Rewrite this using flex boxes and apply the
host-offline style if the daemon is not running -->
@@ -126,7 +126,7 @@ found in the LICENSE file.
<td class="host-list-label">
<span id="this-computer-name"
data-daemon-state="enabled">
- Spongebob Squaretrousers
+ My computer <!-- Placeholder until daemon mode is finished -->
</span>
<span i18n-content="HOME_DAEMON_START_MESSAGE"
data-daemon-state="disabled">
« no previous file with comments | « remoting/webapp/client_screen.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698