Chromium Code Reviews

Unified Diff: chrome/browser/extensions/api/messaging/message_service.h

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cookies_list.js Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..a8ca3231bb8db84c18a7c7c36bfde9d5bc2bcaca 100644
--- a/chrome/browser/extensions/api/messaging/message_service.h
+++ b/chrome/browser/extensions/api/messaging/message_service.h
@@ -200,8 +200,8 @@ 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,
- const std::string& tls_channel_id);
+ void GotChannelID(scoped_ptr<OpenChannelParams> params,
+ const std::string& tls_channel_id);
// Enqueues a message on a pending channel.
void EnqueuePendingMessage(int port_id, int channel_id,

Powered by Google App Engine