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

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

Issue 1805653003: Add support for MojoChannel field trial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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
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 181184306beee1160ae2307318edb7a247a48bd3..20daf1100420efd8ff6ec9d7ecf0ba4623e2d3fc 100644
--- a/content/public/common/mojo_channel_switches.h
+++ b/content/public/common/mojo_channel_switches.h
@@ -9,8 +9,7 @@
namespace switches {
-extern const char kEnableRendererMojoChannel[];
-extern const char kDisableMojoChannel[];
+extern const char kEnableMojoChannel[];
CONTENT_EXPORT extern const char kMojoChannelToken[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698