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

Unified Diff: chrome/common/extensions/api/experimental.topSites.json

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added curlies Created 8 years, 9 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/experimental.topSites.json
diff --git a/chrome/common/extensions/api/experimental.topSites.json b/chrome/common/extensions/api/experimental.topSites.json
deleted file mode 100644
index 6f247e78859383d1c1ab5c698c9e889c2feabd4c..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/experimental.topSites.json
+++ /dev/null
@@ -1,43 +0,0 @@
-// Copyright (c) 2012 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.
-
-[
- {
- "namespace": "experimental.topSites",
- "nodoc": true,
- "types": [],
- "functions": [
- {
- "name": "get",
- "type": "function",
- "description": "Gets a list of top sites.",
- "parameters": [
- {
- "type": "function",
- "name": "callback",
- "parameters": [
- {
- "type": "array",
- "name": "data",
- "items": {
- "type": "object",
- "properties": {
- "title": {
- "type": "string",
- "description": "Page title"
- },
- "url": {
- "type": "string",
- "description": "Page url"
- }
- }
- }
- }
- ]
- }
- ]
- }
- ]
- }
-]

Powered by Google App Engine
This is Rietveld 408576698