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

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

Issue 491873004: Add an explicit full-screen button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapp_move_context_menu
Patch Set: Rebase. Created 6 years, 4 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/fullscreen_v2.js ('k') | remoting/webapp/window_frame.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/html/window_frame.html
diff --git a/remoting/webapp/html/window_frame.html b/remoting/webapp/html/window_frame.html
index 67f7764efee36c886d115113f8f4d33f68b198a8..dbd1178544501d211b9e59c577303df122fdb4e2 100644
--- a/remoting/webapp/html/window_frame.html
+++ b/remoting/webapp/html/window_frame.html
@@ -46,6 +46,10 @@ found in the LICENSE file.
class="window-control window-maximize-restore">
<img src="icon_maximize_restore.webp">
</span>
+ <span i18n-title="FULL_SCREEN"
+ class="window-control window-fullscreen">
+ <img src="icon_fullscreen.webp">
+ </span>
<span i18n-title="CLOSE_WINDOW"
class="window-control window-close">
<img src="icon_close.webp">
« no previous file with comments | « remoting/webapp/fullscreen_v2.js ('k') | remoting/webapp/window_frame.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698