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

Unified Diff: content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h

Issue 725353003: Don't pass ProcessHandle through ChildProcessHostDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 6 years, 1 month 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/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
diff --git a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
index 301f97e9632dfade69efc3a18994e6987fee06b6..fa6bb6ff9b8cc8c2599ae6d975e3663f3f3df810 100644
--- a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
+++ b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h
@@ -75,7 +75,7 @@ class PepperFlashFileMessageFilter : public ppapi::host::ResourceMessageFilter {
base::FilePath plugin_data_directory_;
int render_process_id_;
- base::ProcessHandle plugin_process_handle_;
+ base::Process plugin_process_;
DISALLOW_COPY_AND_ASSIGN(PepperFlashFileMessageFilter);
};

Powered by Google App Engine
This is Rietveld 408576698