| Index: chrome/browser/external_protocol/external_protocol_handler.h
|
| diff --git a/chrome/browser/external_protocol/external_protocol_handler.h b/chrome/browser/external_protocol/external_protocol_handler.h
|
| index 692f2dda0aa88bd2669ad77f4d954617cac66d47..a3b3d97731549dc410b8db17a79cd7107db74f8a 100644
|
| --- a/chrome/browser/external_protocol/external_protocol_handler.h
|
| +++ b/chrome/browser/external_protocol/external_protocol_handler.h
|
| @@ -46,6 +46,9 @@ class ExternalProtocolHandler {
|
| virtual ~Delegate() {}
|
| };
|
|
|
| + // Histogram name for whether the remember checkbox is checked.
|
| + static const char kRememberCheckedHistogram[];
|
| +
|
| // Returns whether we should block a given scheme.
|
| static BlockState GetBlockState(const std::string& scheme);
|
|
|
|
|