Chromium Code Reviews| 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 3e59ad08aa86eed23218712ec40590108dd5b158..be46a597a5db1093f640f77f7e8a57a3bf175a6d 100644 |
| --- a/content/public/common/mojo_channel_switches.h |
| +++ b/content/public/common/mojo_channel_switches.h |
| @@ -9,16 +9,9 @@ |
| namespace switches { |
| -extern const char kEnableMojoChannel[]; |
| CONTENT_EXPORT extern const char kMojoChannelToken[]; |
|
jam
2016/05/02 19:09:00
(not for this cl) these really should just move to
Ken Rockot(use gerrit already)
2016/05/02 19:33:08
noted
|
| CONTENT_EXPORT extern const char kMojoApplicationChannelToken[]; |
| } // namespace switches |
| -namespace content { |
| - |
| -bool CONTENT_EXPORT ShouldUseMojoChannel(); |
| - |
| -} // namespace content |
| - |
| #endif // CONTENT_PUBLIC_COMMON_MOJO_CHANNEL_SWITCHES_H_ |