Index: chrome/browser/chrome_content_browser_client.cc |
=================================================================== |
--- chrome/browser/chrome_content_browser_client.cc (revision 171259) |
+++ chrome/browser/chrome_content_browser_client.cc (working copy) |
@@ -1824,6 +1824,11 @@ |
return false; |
} |
+bool ChromeContentBrowserClient::AllowPepperPrivateFileAPI() { |
+ return CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kPpapiFlashInProcess); |
+} |
+ |
FilePath ChromeContentBrowserClient::GetHyphenDictionaryDirectory() { |
FilePath directory; |
PathService::Get(chrome::DIR_APP_DICTIONARIES, &directory); |