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

Unified Diff: content/public/browser/browser_child_process_host.h

Issue 2412113002: Use SharedPersistentMemoryAllocator to share field trial state (Closed)
Patch Set: address comments Created 4 years, 2 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/public/browser/browser_child_process_host.h
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h
index e8506d83c829fec13ca1498e47adf14fb155a1d7..a8ef4d1bdeb85fd8427953e5fbf3a5ecb7ab3abe 100644
--- a/content/public/browser/browser_child_process_host.h
+++ b/content/public/browser/browser_child_process_host.h
@@ -63,12 +63,9 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
~BrowserChildProcessHost() override {}
// Derived classes call this to launch the child process asynchronously.
- // Takes ownership of |cmd_line| and |delegate|. Takes in |field_trial_state|
- // to explicitly pass its handle to be inherited on Windows to the child
- // process via the command line.
+ // Takes ownership of |cmd_line| and |delegate|.
virtual void Launch(SandboxedProcessLauncherDelegate* delegate,
base::CommandLine* cmd_line,
- const base::SharedMemory* field_trial_state,
bool terminate_on_shutdown) = 0;
virtual const ChildProcessData& GetData() const = 0;

Powered by Google App Engine
This is Rietveld 408576698