diff options
Diffstat (limited to 'chrome/browser/external_protocol_handler.h')
-rw-r--r-- | chrome/browser/external_protocol_handler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/external_protocol_handler.h b/chrome/browser/external_protocol_handler.h index 6643da8..f822cc8 100644 --- a/chrome/browser/external_protocol_handler.h +++ b/chrome/browser/external_protocol_handler.h @@ -21,10 +21,10 @@ class ExternalProtocolHandler { }; // Returns whether we should block a given scheme. - static BlockState GetBlockState(const std::wstring& scheme); + static BlockState GetBlockState(const std::string& scheme); // Sets whether we should block a given scheme. - static void SetBlockState(const std::wstring& scheme, BlockState state); + static void SetBlockState(const std::string& scheme, BlockState state); // Checks to see if the protocol is allowed, if it is whitelisted, // the application associated with the protocol is launched on the io thread, |