Chromium Code Reviews| Index: chrome/common/custom_handlers/protocol_handler.h |
| diff --git a/chrome/common/custom_handlers/protocol_handler.h b/chrome/common/custom_handlers/protocol_handler.h |
| index 8417ae8bfe05856a57cdae3132c26c4266ca34a4..ff67d6c5e78e517ec2e269f10d02009e39b13bb3 100644 |
| --- a/chrome/common/custom_handlers/protocol_handler.h |
| +++ b/chrome/common/custom_handlers/protocol_handler.h |
| @@ -54,6 +54,8 @@ class ProtocolHandler { |
| return protocol_.empty(); |
| } |
| + std::string ToString() const; |
|
Peter Kasting
2012/06/22 22:10:06
Nit: Consider a comment about why we have this.
A
Steve McKay
2012/06/22 22:40:01
Added a comment.
Basically I pulled this out of a
|
| + |
| bool operator==(const ProtocolHandler& other) const; |
| bool operator<(const ProtocolHandler& other) const; |