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

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

Issue 623153004: app_shell: Add experimental shellPrivate extension API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (shell-private) fix gn 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
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/shell_private.idl
diff --git a/extensions/common/api/shell_private.idl b/extensions/common/api/shell_private.idl
new file mode 100644
index 0000000000000000000000000000000000000000..f964c29eced1aca1e689d3eb164c5a2dcbd8051a
--- /dev/null
+++ b/extensions/common/api/shell_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.
+
+// <code>chrome.shellPrivate</code> API with experimental APIs for app_shell.
+[nodoc] namespace shellPrivate {
+
+ interface Functions {
+ // Prints "hello" to the Chrome log.
+ static void printHello();
+ };
+};
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698