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

Unified Diff: mojo/runner/init.h

Issue 1425853003: mandoline: Fix ICU initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to tot Created 5 years, 1 month 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: mojo/runner/init.h
diff --git a/mojo/runner/init.h b/mojo/runner/init.h
index c4e8abdaf48d1cf839886b1e48785e20766cdc83..879886c6ceee799010c6b53c93c5f5a3411ac0c7 100644
--- a/mojo/runner/init.h
+++ b/mojo/runner/init.h
@@ -5,6 +5,8 @@
#ifndef MOJO_RUNNER_INIT_H_
#define MOJO_RUNNER_INIT_H_
+#include "base/native_library.h"
+
namespace mojo {
namespace runner {
@@ -13,6 +15,10 @@ void InitializeLogging();
void WaitForDebuggerIfNecessary();
+// Calls "LibraryEarlyInitialization" in |app_library| if it exists. We do
+// common initialization there now.
+void CallLibraryEarlyInitialization(base::NativeLibrary app_library);
+
} // namespace runner
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698