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

Unified Diff: content/utility/utility_thread_impl.h

Issue 1251823002: Initialize blink only when needed in utility processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: content/utility/utility_thread_impl.h
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index 74908cac51eaeaa9b01e7fe3929f2149d6b1fc68..9394a449b04f79c5ec7c0b83e42cd4b8cb86cc17 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -43,6 +43,7 @@ class UtilityThreadImpl : public UtilityThread,
void Shutdown() override;
void ReleaseProcessIfNeeded() override;
+ void EnsureBlinkInitialized() override;
private:
void Init();

Powered by Google App Engine
This is Rietveld 408576698