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

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

Issue 662473006: Revert "app_shell: Add experimental shellPrivate extension API" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
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
« 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
deleted file mode 100644
index f964c29eced1aca1e689d3eb164c5a2dcbd8051a..0000000000000000000000000000000000000000
--- a/extensions/common/api/shell_private.idl
+++ /dev/null
@@ -1,12 +0,0 @@
-// 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