Add a missing dependency to //extensions/extensions_renderer_resources
[chromium-blink-merge.git] / ppapi / api / dev / ppb_crypto_dev.idl
blob51b2baec334c949ed3d13efd188ac8fc61af8672
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 /**
7 * This file defines the PPB_Crypto_Dev interface.
8 */
10 label Chrome {
11 M13 = 0.1
14 interface PPB_Crypto_Dev {
15 /**
16 * Fills the given buffer with random bytes. This is potentially slow so only
17 * request the amount of data you need.
19 void GetRandomBytes([out] str_t buffer, [in] uint32_t num_bytes);