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

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 cb5ab8b787e5a2924c5036c51db9ccea57b441bd..eb2fe8f380f760a05160b80f75899994686a028f 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
@@ -185,11 +185,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