| Index: content/browser/browser_child_process_host_impl.h
|
| diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
|
| index 3d628f06190765d94242951e9466d87cbd38d217..e4438a236818925d8ec78b741e4f6a358e01c96b 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -70,6 +70,10 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| return delegate_;
|
| }
|
|
|
| +#if defined(OS_ANDROID)
|
| + static void AppendCommonChildCommandLine(CommandLine* cmd_line);
|
| +#endif
|
| +
|
| typedef std::list<BrowserChildProcessHostImpl*> BrowserChildProcessList;
|
| private:
|
| friend class content::BrowserChildProcessHostIterator;
|
|
|