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

Unified Diff: content/public/common/mojo_channel_switches.h

Issue 1946573002: Revert of Turn on MojoChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: content/public/common/mojo_channel_switches.h
diff --git a/content/public/common/mojo_channel_switches.h b/content/public/common/mojo_channel_switches.h
index be46a597a5db1093f640f77f7e8a57a3bf175a6d..3e59ad08aa86eed23218712ec40590108dd5b158 100644
--- a/content/public/common/mojo_channel_switches.h
+++ b/content/public/common/mojo_channel_switches.h
@@ -9,9 +9,16 @@
namespace switches {
+extern const char kEnableMojoChannel[];
CONTENT_EXPORT extern const char kMojoChannelToken[];
CONTENT_EXPORT extern const char kMojoApplicationChannelToken[];
} // namespace switches
+namespace content {
+
+bool CONTENT_EXPORT ShouldUseMojoChannel();
+
+} // namespace content
+
#endif // CONTENT_PUBLIC_COMMON_MOJO_CHANNEL_SWITCHES_H_
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/mojo_channel_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698