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

Unified Diff: chrome/test/data/webui/extensions/extension_test_util.js

Issue 2522303002: [MD Extensions] Add logic for opening the extension's home page (Closed)
Patch Set: add comment Created 4 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/webui/extensions/extension_detail_view_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/extensions/extension_test_util.js
diff --git a/chrome/test/data/webui/extensions/extension_test_util.js b/chrome/test/data/webui/extensions/extension_test_util.js
index c1908b681055250d3956ed2450a3bf416d684fee..6afcbd3107eb9cd9f1078bb4f7f126d5585517b9 100644
--- a/chrome/test/data/webui/extensions/extension_test_util.js
+++ b/chrome/test/data/webui/extensions/extension_test_util.js
@@ -175,6 +175,7 @@ cr.define('extension_test_util', function() {
corruptInstall: false,
updateRequired: false,
},
+ homePage: {specified: false, url: ''},
iconUrl: 'chrome://extension-icon/' + id + '/24/0',
id: id,
incognitoAccess: {isEnabled: true, isActive: false},
« no previous file with comments | « chrome/test/data/webui/extensions/extension_detail_view_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698