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

Unified Diff: apps/shell/common/api/_api_features.json

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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 | « apps/shell/common/DEPS ('k') | apps/shell/common/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/common/api/_api_features.json
diff --git a/apps/shell/common/api/_api_features.json b/apps/shell/common/api/_api_features.json
deleted file mode 100644
index 9571ca8f5e8c6da2006dc0214b43080cc4837dbb..0000000000000000000000000000000000000000
--- a/apps/shell/common/api/_api_features.json
+++ /dev/null
@@ -1,18 +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.
-
-// This features file defines extension APIs implemented under src/apps/shell.
-// See extensions/common/features/* to understand this file, in particular
-// feature.h, simple_feature.h, and base_feature_provider.h.
-//
-// Note that specifying "web_page", "blessed_web_page", or "all" as a context
-// type will require manually updating chrome/renderer/resources/dispatcher.cc.
-
-{
- "shell": {
- "channel": "dev",
- "contexts": ["blessed_extension"],
- "extension_types": ["platform_app"]
- }
-}
« no previous file with comments | « apps/shell/common/DEPS ('k') | apps/shell/common/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698