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

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

Issue 2765673002: Revert of Making the Mojo Channel Messages legacy mode dynamic. (Closed)
Patch Set: 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 c89039cea856945d5702c311a1e013cdb15ec7ea..97258e52f61d535bcf96f95be25ecf659fbefb56 100644
--- a/mojo/edk/embedder/embedder.h
+++ b/mojo/edk/embedder/embedder.h
@@ -73,13 +73,6 @@
// cannot be associated with a specific child process.
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 -------------------------------------------------------------
« 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