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..1574a617e3879703bd1b41af396bd571070318b3 100644 |
| --- a/chrome/common/custom_handlers/protocol_handler.h |
| +++ b/chrome/common/custom_handlers/protocol_handler.h |
| @@ -54,6 +54,12 @@ class ProtocolHandler { |
| return protocol_.empty(); |
| } |
| +# if !defined(NDEBUG) |
|
Peter Kasting
2012/06/22 23:45:48
Nit: No space after # (2 places)
Steve McKay
2012/06/27 22:34:38
Done.
|
| + // Returns a string representation suitable for use in debugging. |
| + std::string ToString() const; |
| +# endif |
| + |
| + |
| bool operator==(const ProtocolHandler& other) const; |
| bool operator<(const ProtocolHandler& other) const; |