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

Unified Diff: mojo/public/environment/standalone/buffer_tls_setup.h

Issue 134253004: Mojo: AsyncWaiter and mojo/public/environment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: improve README.md 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
Index: mojo/public/environment/standalone/buffer_tls_setup.h
diff --git a/mojo/system/embedder.cc b/mojo/public/environment/standalone/buffer_tls_setup.h
similarity index 54%
copy from mojo/system/embedder.cc
copy to mojo/public/environment/standalone/buffer_tls_setup.h
index b66fb2b61239e31efcdf850ebf0e2d0c2443eeda..aaabe669bcbe9923361c733df8d042eec1753f88 100644
--- a/mojo/system/embedder.cc
+++ b/mojo/public/environment/standalone/buffer_tls_setup.h
@@ -2,16 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/system/embedder.h"
-
-#include "mojo/system/core_impl.h"
-
namespace mojo {
-namespace embedder {
+namespace internal {
-void Init() {
- Core::Init(new system::CoreImpl());
-}
+void SetUpCurrentBuffer();
+void TearDownCurrentBuffer();
-} // namespace embedder
+} // namespace internal
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698