Chromium Code Reviews| Index: chrome/browser/extensions/api/messaging/message_service.h |
| diff --git a/chrome/browser/extensions/api/messaging/message_service.h b/chrome/browser/extensions/api/messaging/message_service.h |
| index 704a4d44108933bf68bd750066491f664c6df70f..95fc6478e04601ab22013ec280559ea3a67c7c72 100644 |
| --- a/chrome/browser/extensions/api/messaging/message_service.h |
| +++ b/chrome/browser/extensions/api/messaging/message_service.h |
| @@ -200,7 +200,7 @@ class MessageService : public BrowserContextKeyedAPI, |
| // A process that might be in our list of channels has closed. |
| void OnProcessClosed(content::RenderProcessHost* process); |
| - void GotDomainBoundCert(scoped_ptr<OpenChannelParams> params, |
| + void GotChannelID(scoped_ptr<OpenChannelParams> params, |
| const std::string& tls_channel_id); |
|
wtc
2014/07/01 19:50:49
Fix the indentation.
Ryan Hamilton
2014/07/21 19:12:05
Done.
|
| // Enqueues a message on a pending channel. |