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

Side by Side Diff: ppapi/api/dev/ppp_policy_update_dev.idl

Issue 8275012: Remove RemoteAccessClientFirewallTraversal policy and code paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-rebase Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/api/dev/ppb_query_policy_dev.idl ('k') | ppapi/c/dev/ppb_query_policy_dev.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 /**
7 * This file defines the <code>PPP_PolicyUpdate_Dev</code> interface.
8 */
9
10 label Chrome {
11 M14 = 0.1
12 };
13
14 interface PPP_PolicyUpdate_Dev {
15 /**
16 * Signals that the policy has been updated, and provides it via a JSON
17 * string.
18 *
19 * @param[in] instance A <code>PP_Instance</code> indentifying one instance
20 * of a module.
21 * @param[in] A <code>PP_Var</code> with a JSON string representing the
22 * encoded policy.
23 */
24 void PolicyUpdated(
25 [in] PP_Instance instance,
26 [in] PP_Var policy_json);
27 };
OLDNEW
« no previous file with comments | « ppapi/api/dev/ppb_query_policy_dev.idl ('k') | ppapi/c/dev/ppb_query_policy_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698