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

Unified Diff: chrome/utility/extensions/extensions_handler.h

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Add it again (from a different machine). Created 3 years, 10 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: 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(

Powered by Google App Engine
This is Rietveld 408576698