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

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.h

Issue 19723010: Pepper Message Filters: Port to use explicit permission grants in ChildProcessSecurityPolicy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0044-write-support-remove-child-process-security-policy-bitmask-usage
Patch Set: Created 7 years, 5 months 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/renderer/pepper/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
index 139d892d4dc3e41d16e292cd37b1a25e29405d67..df88e2473fdf68e45a33a71e9e6990fdd522dd6d 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
@@ -210,11 +210,11 @@ class PepperPluginDelegateImpl
bool final_result) OVERRIDE;
virtual void SelectedFindResultChanged(int identifier, int index) OVERRIDE;
virtual bool AsyncOpenFile(const base::FilePath& path,
- int flags,
+ int pp_open_flags,
const AsyncOpenFileCallback& callback) OVERRIDE;
virtual void AsyncOpenFileSystemURL(
const GURL& path,
- int flags,
+ int pp_open_flags,
const AsyncOpenFileSystemURLCallback& callback) OVERRIDE;
virtual bool IsFileSystemOpened(PP_Instance instance,
PP_Resource resource) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698