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

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: Rebase Created 6 years, 6 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: 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.

Powered by Google App Engine
This is Rietveld 408576698