| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 171259)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -459,6 +459,9 @@
|
| const GURL& url,
|
| const SocketPermissionRequest& params);
|
|
|
| + // Returns true if renderer processes can use private Pepper File APIs.
|
| + virtual bool AllowPepperPrivateFileAPI();
|
| +
|
| // Returns the directory containing hyphenation dictionaries.
|
| virtual FilePath GetHyphenDictionaryDirectory();
|
|
|
|
|