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

Unified Diff: remoting/webapp/app_remoting/js/ar_background.js

Issue 952823003: Use a framed window on Mac. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/app_remoting/js/ar_background.js
diff --git a/remoting/webapp/app_remoting/js/ar_background.js b/remoting/webapp/app_remoting/js/ar_background.js
index b70736bd131e3250d0d7be1e8c395f542b0b02a0..908f3f3b1a4a957ba12834cffb7a5637daac604c 100644
--- a/remoting/webapp/app_remoting/js/ar_background.js
+++ b/remoting/webapp/app_remoting/js/ar_background.js
@@ -28,7 +28,7 @@ function createWindow(opt_launchData) {
var windowAttributes = {
resizable: false,
- frame: 'none',
+ frame: remoting.platformIsMac() ? 'chrome' : 'none',
bounds: {
width: typed_screen.availWidth,
height: typed_screen.availHeight
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698