We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058a616 commit bf8de29Copy full SHA for bf8de29
shell/browser/notifications/win/windows_toast_notification.cc
@@ -72,8 +72,8 @@ void DebugLog(std::string_view log_msg) {
72
LOG(INFO) << log_msg;
73
}
74
75
-std::wstring GetTag(const std::string& notification_id) {
76
- return base::NumberToWString(base::Hash(notification_id));
+std::wstring GetTag(const std::string_view notification_id) {
+ return base::NumberToWString(base::FastHash(notification_id));
77
78
79
} // namespace
0 commit comments