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

Unified Diff: mojo/public/bindings/js/constants.cc

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO and merge to trunk Created 6 years, 9 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/public/bindings/js/constants.h ('k') | mojo/public/bindings/mojom_bindings_generator.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/js/constants.cc
diff --git a/mojo/environment/default_async_waiter.cc b/mojo/public/bindings/js/constants.cc
similarity index 50%
copy from mojo/environment/default_async_waiter.cc
copy to mojo/public/bindings/js/constants.cc
index 7a46c0798d8df1e9037c5e7db30a1b1226d567eb..d1f665749e6bc1f59065a2ea114290016207ed90 100644
--- a/mojo/environment/default_async_waiter.cc
+++ b/mojo/public/bindings/js/constants.cc
@@ -2,14 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/environment/default_async_waiter.h"
-
-#include "mojo/environment/default_async_waiter_impl.h"
+#include "mojo/public/bindings/js/constants.h"
namespace mojo {
-MojoAsyncWaiter* GetDefaultAsyncWaiter() {
- return internal::GetDefaultAsyncWaiterImpl();
-}
+const char kCodecModuleName[] = "mojo/public/bindings/js/codec";
+const char kConnectorModuleName[] = "mojo/public/bindings/js/connector";
} // namespace mojo
« no previous file with comments | « mojo/public/bindings/js/constants.h ('k') | mojo/public/bindings/mojom_bindings_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698