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

Unified Diff: chrome/common/extensions/api/guestview.json

Issue 299753011: Move allocate instance id to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 7 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/guestview.json
diff --git a/chrome/common/extensions/api/guestview.json b/chrome/common/extensions/api/guestview.json
new file mode 100644
index 0000000000000000000000000000000000000000..5791ad82f47cc011598d2b4e56671a5242828bdc
--- /dev/null
+++ b/chrome/common/extensions/api/guestview.json
@@ -0,0 +1,36 @@
+// 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.
+
+[
+ {
+ "namespace": "guestview",
+ "description": "none",
+ "functions": [
+ {
+ "name": "allocateInstanceId",
+ "type": "function",
+ "parameters": [
+ {
+ "name": "api",
+ "type": "string"
+ },
+ {
+ "name": "viewInstanceId",
+ "type": "integer"
+ },
+ {
+ "type": "function",
+ "name": "callback",
+ "parameters": [
+ {
+ "type": "integer",
+ "name": "instanceId"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698