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

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

Issue 683703002: Notify launcher page with onTransitionChanged event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_page_api_show_state_notify
Patch Set: Created 6 years, 2 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/launcher_page_private.idl
diff --git a/chrome/common/extensions/api/launcher_page_private.idl b/chrome/common/extensions/api/launcher_page_private.idl
new file mode 100644
index 0000000000000000000000000000000000000000..a5e6d30dd36008461e545a1c25a211d40aef4787
--- /dev/null
+++ b/chrome/common/extensions/api/launcher_page_private.idl
@@ -0,0 +1,12 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// The <code>chrome.launcherPagePrivate</code> API provides launcher pages in
+// the App Launcher with the capabilities and events they need.
+namespace launcherPagePrivate {
+ interface Events {
+ static void onPageExpand();
+ static void onPageCollapse();
+ };
+};

Powered by Google App Engine
This is Rietveld 408576698