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

Side by Side Diff: ppapi/api/ppb_network_proxy.idl

Issue 17962002: Merge 208513 "PPAPI: Move PPB_NetworkProxy out of Dev" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: Created 7 years, 6 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_network_proxy_dev.idl ('k') | ppapi/c/dev/ppb_network_proxy_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
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 /** 6 /**
7 * This file defines the <code>PPB_NetworkProxy</code> interface. 7 * This file defines the <code>PPB_NetworkProxy</code> interface.
8 */ 8 */
9 9
10 [generate_thunk] 10 [generate_thunk]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 * @param[in] callback A <code>PP_CompletionCallback</code> to be called upon 44 * @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
45 * completion. 45 * completion.
46 * 46 *
47 * @return An int32_t containing an error code from <code>pp_errors.h</code>. 47 * @return An int32_t containing an error code from <code>pp_errors.h</code>.
48 */ 48 */
49 int32_t GetProxyForURL([in] PP_Instance instance, 49 int32_t GetProxyForURL([in] PP_Instance instance,
50 [in] PP_Var url, 50 [in] PP_Var url,
51 [out] PP_Var proxy_string, 51 [out] PP_Var proxy_string,
52 [in] PP_CompletionCallback callback); 52 [in] PP_CompletionCallback callback);
53 }; 53 };
OLDNEW
« no previous file with comments | « ppapi/api/dev/ppb_network_proxy_dev.idl ('k') | ppapi/c/dev/ppb_network_proxy_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698