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

Unified Diff: components/nacl/loader/nacl_listener.h

Issue 1125043002: NaCl: Stop sending resource FDs with NaClProcessMsg_Start (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git rebase master Created 5 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
Index: components/nacl/loader/nacl_listener.h
diff --git a/components/nacl/loader/nacl_listener.h b/components/nacl/loader/nacl_listener.h
index 8abfafc79708fe597cff2d53c482c602fff80605..aff50f7f457b909f0fca953f356da28ab5a40405 100644
--- a/components/nacl/loader/nacl_listener.h
+++ b/components/nacl/loader/nacl_listener.h
@@ -74,6 +74,9 @@ class NaClListener : public IPC::Listener {
const std::string& key,
OpenResourceReplyCallback cb);
+ void OnSetPrefetchedResource(
+ const std::vector<
+ nacl::NaClResourcePrefetchResult>& prefetched_resource_files);
void OnStart(const nacl::NaClStartParams& params);
// A channel back to the browser.

Powered by Google App Engine
This is Rietveld 408576698