Use ExtensionRegistry::enabled_extensions instead of deprecated ExtensionService...
[chromium-blink-merge.git] / ppapi / api / private / ppb_file_ref_private.idl
blobe19e8ec71efec6c05a3448dbcdf0c5ffc42d8c53
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
3 * found in the LICENSE file.
4 */
6 /* This file contains the <code>PPB_FileRefPrivate</code> interface. */
7 label Chrome {
8 M15 = 0.1
9 };
11 /* PPB_FileRefPrivate interface */
12 interface PPB_FileRefPrivate {
13 /**
14 * GetAbsolutePath() returns the absolute path of the file.
16 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
17 * reference.
19 * @return A <code>PP_Var</code> containing the absolute path of the file.
21 PP_Var GetAbsolutePath([in] PP_Resource file_ref);