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

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

Issue 22191003: [Apps Developer Tool] Show installation warnings as chrome://extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update as comments. Created 7 years, 4 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
« no previous file with comments | « chrome/browser/resources/apps_debugger/main.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 df4b1cc549f234165fab5f91d848cf96cfd4a539..cadfc0bae1e76a9d641ae358ecd536b274011004 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -26,6 +26,11 @@ namespace developerPrivate {
boolean incognito;
};
+ dictionary InstallWarning {
+ boolean is_html;
+ DOMString message;
+ };
+
dictionary ItemInfo {
DOMString id;
DOMString name;
@@ -54,6 +59,7 @@ namespace developerPrivate {
DOMString? app_launch_url;
DOMString? homepage_url;
DOMString? update_url;
+ InstallWarning[] install_warnings;
boolean offline_enabled;
// All views of the current extension.
« no previous file with comments | « chrome/browser/resources/apps_debugger/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698