14 lines
730 B
Diff
14 lines
730 B
Diff
diff --git a/chrome/browser/external_protocol/external_protocol_handler.cc b/chrome/browser/external_protocol/external_protocol_handler.cc
|
|
index f2a14636db025a0735099956d2beaa6de23c328a..049f4125cb1bb975340576138c091151c723cc5b 100644
|
|
--- a/chrome/browser/external_protocol/external_protocol_handler.cc
|
|
+++ b/chrome/browser/external_protocol/external_protocol_handler.cc
|
|
@@ -414,7 +414,7 @@ ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState(
|
|
if (scheme == "mailto") {
|
|
base::UmaHistogramEnumeration(kBlockStateMetric,
|
|
BlockStateMetric::kAllowedDefaultMail);
|
|
- return DONT_BLOCK;
|
|
+ return UNKNOWN;
|
|
}
|
|
|
|
PrefService* profile_prefs = profile->GetPrefs();
|