| Index: chrome/utility/extensions/extensions_handler.h
|
| diff --git a/chrome/utility/extensions/extensions_handler.h b/chrome/utility/extensions/extensions_handler.h
|
| index bdeb3592f338bdafbe92e662cb0f9a2f46e6159e..22b24108bfb8eeb0298ab7419a69fe4f38705433 100644
|
| --- a/chrome/utility/extensions/extensions_handler.h
|
| +++ b/chrome/utility/extensions/extensions_handler.h
|
| @@ -34,6 +34,8 @@ class ExtensionsHandler : public UtilityMessageHandler {
|
|
|
| static void PreSandboxStartup();
|
|
|
| + static void UtilityThreadStarted();
|
| +
|
| // TODO(noel): consider moving this API to the UtilityMessageHandler
|
| // interface.
|
| static void ExposeInterfacesToBrowser(
|
|
|