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

Side by Side Diff: ppapi/api/private/ppb_nacl_private.idl

Issue 261143002: Pepper: Remove file_utils from trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dependencies 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/c/private/ppb_nacl_private.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 (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 /* This file contains NaCl private interfaces. This interface is not versioned 6 /* This file contains NaCl private interfaces. This interface is not versioned
7 * and is for internal Chrome use. It may change without notice. */ 7 * and is for internal Chrome use. It may change without notice. */
8 8
9 label Chrome { 9 label Chrome {
10 M25 = 1.0 10 M25 = 1.0
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 PP_Bool IsPNaCl([in] PP_Instance instance); 392 PP_Bool IsPNaCl([in] PP_Instance instance);
393 393
394 PP_Bool DevInterfacesEnabled([in] PP_Instance instance); 394 PP_Bool DevInterfacesEnabled([in] PP_Instance instance);
395 395
396 /* Downloads the manifest into the buffer |data|, invoking 396 /* Downloads the manifest into the buffer |data|, invoking
397 * |callback| when finished. 397 * |callback| when finished.
398 * TODO(teravest): Merge data URL parsing into this. */ 398 * TODO(teravest): Merge data URL parsing into this. */
399 void DownloadManifestToBuffer([in] PP_Instance instance, 399 void DownloadManifestToBuffer([in] PP_Instance instance,
400 [out] PP_Var data, 400 [out] PP_Var data,
401 [in] PP_CompletionCallback callback); 401 [in] PP_CompletionCallback callback);
402
403 PP_Bool GetPnaclResourceInfo([in] PP_Instance instance,
bbudge 2014/05/02 20:14:16 I know this is eventually all going away, but ther
404 [in] str_t filename,
405 [out] PP_Var llc_tool_name,
406 [out] PP_Var ld_tool_name);
402 }; 407 };
OLDNEW
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/c/private/ppb_nacl_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698