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

Unified Diff: mojo/edk/embedder/embedder.h

Issue 2749853003: Making the Mojo Channel Messages legacy mode dynamic. (Closed)
Patch Set: Fixed NaCl browser test failures. Created 3 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 | « no previous file | mojo/edk/embedder/embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/embedder.h
diff --git a/mojo/edk/embedder/embedder.h b/mojo/edk/embedder/embedder.h
index 97258e52f61d535bcf96f95be25ecf659fbefb56..c89039cea856945d5702c311a1e013cdb15ec7ea 100644
--- a/mojo/edk/embedder/embedder.h
+++ b/mojo/edk/embedder/embedder.h
@@ -74,6 +74,13 @@ MOJO_SYSTEM_IMPL_EXPORT void Init();
MOJO_SYSTEM_IMPL_EXPORT void SetDefaultProcessErrorCallback(
const ProcessErrorCallback& callback);
+// Used to select whether mojo:edk::Channel should use the legacy or normal
+// header.
+// TODO(jcivelli): http://crbug.com/695645 remove this when legacy mode is not
+// in use anymore.
+MOJO_SYSTEM_IMPL_EXPORT void SetUseLegacyTransportProtocol(
+ bool use_legacy_protocol);
+
// Basic functions -------------------------------------------------------------
// The functions in this section are available once |Init()| has been called.
« no previous file with comments | « no previous file | mojo/edk/embedder/embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698