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

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

Issue 1773323002: Fix IPC fuzzer ChannelMojo usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do things more better 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
« no previous file with comments | « no previous file | tools/ipc_fuzzer/message_replay/replay_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a960e47bf2a78b9945a338ce4db16b6b45971012..181184306beee1160ae2307318edb7a247a48bd3 100644
--- a/content/public/common/mojo_channel_switches.h
+++ b/content/public/common/mojo_channel_switches.h
@@ -11,7 +11,7 @@ namespace switches {
extern const char kEnableRendererMojoChannel[];
extern const char kDisableMojoChannel[];
-extern const char kMojoChannelToken[];
+CONTENT_EXPORT extern const char kMojoChannelToken[];
} // namespace switches
« no previous file with comments | « no previous file | tools/ipc_fuzzer/message_replay/replay_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698