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

Unified Diff: mojo/public/system/core_private.h

Issue 140403002: Mojo: Add the ability to hook up a channel to the embedder API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 6 years, 11 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
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/system/core_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/system/core_private.h
diff --git a/mojo/public/system/core_private.h b/mojo/public/system/core_private.h
index 6f6ecc9e2eaf2db7129aca3fcf570721c75563c2..b2608ea2e309efe3dd80d2aec835177581baa6f7 100644
--- a/mojo/public/system/core_private.h
+++ b/mojo/public/system/core_private.h
@@ -17,6 +17,8 @@ class MOJO_SYSTEM_EXPORT Core {
virtual ~Core();
static void Init(Core* core);
+ static Core* Get();
+ static void Reset();
virtual MojoTimeTicks GetTimeTicksNow() = 0;
virtual MojoResult Close(MojoHandle handle) = 0;
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/system/core_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698