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

Unified Diff: third_party/WebKit/Source/modules/ModulesInitializer.h

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: content_unittests does not need to init mojo edk any more by itself Created 4 years, 2 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: third_party/WebKit/Source/modules/ModulesInitializer.h
diff --git a/third_party/WebKit/Source/modules/ModulesInitializer.h b/third_party/WebKit/Source/modules/ModulesInitializer.h
index 49d2c9334d3795ea1bf55c7c61c9ce53a284173d..0b57624c2a9fcc586d947548b38d57a3d073490f 100644
--- a/third_party/WebKit/Source/modules/ModulesInitializer.h
+++ b/third_party/WebKit/Source/modules/ModulesInitializer.h
@@ -14,6 +14,10 @@ class MODULES_EXPORT ModulesInitializer : public CoreInitializer {
public:
void initialize() override;
void shutdown() override;
+ void initializeMojo();
blundell 2016/10/18 12:32:11 I'm not sure on Blink conventions re: comments on
+
+ private:
+ bool m_isMojoInitialized = false;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698