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

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

Issue 1179873005: [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
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 4ee250768d2f5b94ed85a6213fa8b2ccb644cba0..d9ea8e51ddd57e44335837cd2ae143f8a21ff5d2 100644
--- a/remoting/webapp/app_remoting/js/ar_background.js
+++ b/remoting/webapp/app_remoting/js/ar_background.js
@@ -55,7 +55,10 @@ function createWindow(opt_launchData) {
appWindow.onClosed.addListener(onClosed);
};
- chrome.app.window.create('main.html', windowAttributes, onCreate);
+ // TODO(garykac) Add code to switch between dev and prod shared modules.
+ chrome.app.window.create(
+ '_modules/koejkfhmphamcgafjmkellhnekdkopod/main.html',
+ windowAttributes, onCreate);
};
/** @param {Event} event */
« no previous file with comments | « remoting/webapp/app_remoting/js/application_context_menu.js ('k') | remoting/webapp/app_remoting/js/ar_main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698