| Index: chrome/utility/chrome_content_utility_client.h
|
| diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
|
| index 04950296e05f4809bb87f8085f5ff72ace77e4f1..c155cf54b1d929d10cb7065f68b59730f32cedae 100644
|
| --- a/chrome/utility/chrome_content_utility_client.h
|
| +++ b/chrome/utility/chrome_content_utility_client.h
|
| @@ -41,6 +41,8 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
|
| virtual void UtilityThreadStarted() OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| + static void PreSandboxStartup();
|
| +
|
| private:
|
| // IPC message handlers.
|
| void OnUnpackExtension(const base::FilePath& extension_path,
|
|
|