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

Unified Diff: remoting/webapp/background.js

Issue 11769002: Apps v2 identity integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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 | remoting/webapp/client_screen.js » ('j') | remoting/webapp/identity.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/background.js
diff --git a/chrome/browser/resources/apps_debugger/background.js b/remoting/webapp/background.js
similarity index 94%
copy from chrome/browser/resources/apps_debugger/background.js
copy to remoting/webapp/background.js
index fc106f2b4f78ee98e6cd495de8b63f13fb78e3b2..290b43a0ee6929c268999f22f9a4494d3c049d8f 100644
--- a/chrome/browser/resources/apps_debugger/background.js
+++ b/remoting/webapp/background.js
@@ -4,7 +4,7 @@
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('main.html', {
- 'width': 600,
+ 'width': 800,
'height': 600
});
});
« no previous file with comments | « no previous file | remoting/webapp/client_screen.js » ('j') | remoting/webapp/identity.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698