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

Unified Diff: components/nacl/browser/nacl_host_message_filter.h

Issue 307173002: Remove PlatformFile from components/nacl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update NexeFdCallback definition Created 6 years, 7 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
« no previous file with comments | « no previous file | components/nacl/browser/nacl_host_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/nacl_host_message_filter.h
diff --git a/components/nacl/browser/nacl_host_message_filter.h b/components/nacl/browser/nacl_host_message_filter.h
index b0e991a7e744d8a2b5ac316fc00d978c44eb991b..a38e184b6827072c0d5a95bf101f2bc75253c18e 100644
--- a/components/nacl/browser/nacl_host_message_filter.h
+++ b/components/nacl/browser/nacl_host_message_filter.h
@@ -65,7 +65,7 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter {
void SyncReturnTemporaryFile(IPC::Message* reply_msg,
base::File file);
void AsyncReturnTemporaryFile(int pp_instance,
- base::PlatformFile fd,
+ const base::File& file,
bool is_hit);
void OnNaClDebugEnabledForURL(const GURL& nmf_url, bool* should_debug);
« no previous file with comments | « no previous file | components/nacl/browser/nacl_host_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698