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

Unified Diff: chrome/test/data/extensions/platform_apps/component/test.js

Issue 11275069: Perform install tasks for newly installed or upgraded component apps/extensions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase and move v2 component app added in r169911 (and r170087) into background section in componen… Created 8 years, 1 month 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 | « chrome/test/data/extensions/platform_apps/component/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/component/test.js
diff --git a/chrome/test/data/extensions/platform_apps/minimal_id/test.js b/chrome/test/data/extensions/platform_apps/component/test.js
similarity index 78%
copy from chrome/test/data/extensions/platform_apps/minimal_id/test.js
copy to chrome/test/data/extensions/platform_apps/component/test.js
index 5436724b395b2b741cce125c542f3eae81dfa4a5..061962780b4535edab366e5e0073369971ad2a45 100644
--- a/chrome/test/data/extensions/platform_apps/minimal_id/test.js
+++ b/chrome/test/data/extensions/platform_apps/component/test.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('main.html', {id: 'minimal_id'});
+ chrome.app.window.create('main.html');
});
« no previous file with comments | « chrome/test/data/extensions/platform_apps/component/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698