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

Unified Diff: chrome/common/extensions/api/rtc_private.idl

Issue 23731011: Removed chrome.rtcPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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 | « chrome/common/extensions/api/api.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/rtc_private.idl
diff --git a/chrome/common/extensions/api/rtc_private.idl b/chrome/common/extensions/api/rtc_private.idl
deleted file mode 100644
index 73e26afb0a26ff02d5d14ea9fed3bdb0c65686c1..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/rtc_private.idl
+++ /dev/null
@@ -1,30 +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.
-
-// rtcPrivate.
-namespace rtcPrivate {
- // Launch action type.
- enum ActionType {chat, voice, video};
-
- dictionary LaunchIntent {
- // Launch action.
- ActionType action;
-
- // Launch data payload.
- object data;
-
- // MIME type.
- DOMString type;
- };
-
- dictionary LaunchData {
- // Launch intent.
- LaunchIntent intent;
- };
-
- interface Events {
- // Fired when an RTC launch event is raised.
- static void onLaunch(optional LaunchData data);
- };
-};
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698