diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 17:24:00 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 17:24:00 +0000 |
commit | c3565723f732cb1b1902eb1cbdb465eac2f0133f (patch) | |
tree | 08ced40faa2167d3bdaca0fdac5057d8f54e83a3 /remoting | |
parent | b60323e7b6082857e01c074d6f7f6382b24d7118 (diff) | |
download | chromium_src-c3565723f732cb1b1902eb1cbdb465eac2f0133f.zip chromium_src-c3565723f732cb1b1902eb1cbdb465eac2f0133f.tar.gz chromium_src-c3565723f732cb1b1902eb1cbdb465eac2f0133f.tar.bz2 |
Keep email address visible in host and client modes.
BUG=92436
TEST=Manual
Review URL: http://codereview.chromium.org/7785012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/me2mom/choice.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html index b87e2c1..eda102e 100644 --- a/remoting/webapp/me2mom/choice.html +++ b/remoting/webapp/me2mom/choice.html @@ -39,12 +39,14 @@ found in the LICENSE file. </section> <!-- loading-mode --> <div class="top-primary" - data-ui-mode="client.unconnected host.unshared" + data-ui-mode="client host" hidden> <span id="email-status"> <span id="current-email"></span> + <span data-ui-mode="client.unconnected host.unshared"> (<a href="#" onclick="remoting.clearOAuth2();" i18n-content="SIGN_OUT_BUTTON"></a>) + </span> </span> </div> |