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

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

Issue 2329443004: [MD Extensions] Implement opening tab-style options pages (Closed)
Patch Set: trailing comma Created 4 years, 3 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: 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 003c69a9eb43da9345e7d966bfc482ccdbfb4d84..d72e14c22071b9d1098a655bc7124f412913d300 100644
--- a/chrome/test/data/webui/extensions/extension_test_util.js
+++ b/chrome/test/data/webui/extensions/extension_test_util.js
@@ -119,6 +119,9 @@ cr.define('extension_test_util', function() {
/** @override */
repairItem: function(id) {},
+
+ /** @override */
+ showItemOptionsPage: function(id) {},
};
/**

Powered by Google App Engine
This is Rietveld 408576698