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

Unified Diff: remoting/webapp/html/toolbar.html

Issue 265393005: Implement apps v2 custom window frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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/html/template_main.html ('k') | remoting/webapp/html/window_frame.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/html/toolbar.html
diff --git a/remoting/webapp/html/toolbar.html b/remoting/webapp/html/toolbar.html
index eeead1564b6d690d5d3a7db9ccd36e6de905be38..74fecbd61984a01c7c1f40587181ffdf76f03545 100644
--- a/remoting/webapp/html/toolbar.html
+++ b/remoting/webapp/html/toolbar.html
@@ -23,7 +23,8 @@ found in the LICENSE file.
<button id="toolbar-disconnect"
type="button"
- i18n-content="DISCONNECT_MYSELF_BUTTON">
+ i18n-content="DISCONNECT_MYSELF_BUTTON"
+ class="apps-v1-only">
</button>
<span class="menu-button" id="send-keys-menu">
@@ -47,9 +48,12 @@ found in the LICENSE file.
<ul>
<li id="screen-resize-to-client"
i18n-content="RESIZE_TO_CLIENT"></li>
- <li id="screen-shrink-to-fit" i18n-content="SHRINK_TO_FIT"></li>
- <li class="menu-separator"></li>
- <li id="toggle-full-screen" i18n-content="FULL_SCREEN"></li>
+ <li id="screen-shrink-to-fit"
+ i18n-content="SHRINK_TO_FIT"></li>
+ <li class="menu-separator apps-v1-only"></li>
+ <li id="toggle-full-screen"
+ i18n-content="FULL_SCREEN"
+ class="apps-v1-only"></li>
</ul>
</span>
« no previous file with comments | « remoting/webapp/html/template_main.html ('k') | remoting/webapp/html/window_frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698