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

Unified Diff: extensions/common/api/app_runtime.idl

Issue 1993583002: Show notification instead of opening app launcher after extension installation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 7 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: extensions/common/api/app_runtime.idl
diff --git a/extensions/common/api/app_runtime.idl b/extensions/common/api/app_runtime.idl
index daf953cb20cbfb8ee1b645a8eeda26ed17197c00..4a848f808ec6bcc39b5faec38c43eab0a9d06726 100644
--- a/extensions/common/api/app_runtime.idl
+++ b/extensions/common/api/app_runtime.idl
@@ -34,7 +34,8 @@ namespace app.runtime {
background,
kiosk,
chrome_internal,
- test
+ test,
+ installed_notification
};
// Optional data for the launch. Either <code>items</code>, or

Powered by Google App Engine
This is Rietveld 408576698