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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 11443016: Revert 171080 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1349/src/
Patch Set: Created 8 years 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 side-by-side diff with in-line comments
Download patch
Index: content/public/browser/content_browser_client.cc
===================================================================
--- content/public/browser/content_browser_client.cc (revision 171259)
+++ content/public/browser/content_browser_client.cc (working copy)
@@ -250,6 +250,10 @@
return false;
}
+bool ContentBrowserClient::AllowPepperPrivateFileAPI() {
+ return false;
+}
+
FilePath ContentBrowserClient::GetHyphenDictionaryDirectory() {
return FilePath();
}
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698