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

Unified Diff: chrome/common/extensions/api/developer_private.idl

Issue 958803004: [Extensions] Make chrome://extensions use developerPrivate for packing crxs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/common/extensions/api/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index 765a5c7fcce619dacb04ad9839a882fbcf1ce7d5..af5123496ec6f595422d756ac8acc453a4642493 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -15,10 +15,6 @@ namespace developerPrivate {
theme
};
- dictionary ReloadOptions {
Devlin 2015/02/27 02:16:04 ignore this (rebasing issue).
Dan Beam 2015/02/27 19:57:51 fix before you CQ...
Devlin 2015/02/27 21:37:03 Done.
- boolean? failQuietly;
- };
-
dictionary ItemInspectView {
// path to the inspect page.
DOMString path;

Powered by Google App Engine
This is Rietveld 408576698