Commit 8a6a5d99 authored by treib's avatar treib Committed by Commit bot

Remove special Unicorn feedback buckets.

With crrev.com/1112063002, they're not needed anymore.

BUG=486806

Review URL: https://codereview.chromium.org/1138793003

Cr-Commit-Position: refs/heads/master@{#329418}
parent c9505ef0
......@@ -329,16 +329,8 @@ void SupervisedUserInterstitial::CommandReceived(const std::string& command) {
#if defined(OS_ANDROID)
ReportChildAccountFeedback(web_contents_, message, url_);
#else
std::string bucket;
#if defined(OS_CHROMEOS)
bucket = "UnicornCrOS";
#else
bucket = "UnicornDesktop";
#endif
chrome::ShowFeedbackPage(
chrome::FindBrowserWithWebContents(web_contents_),
message,
bucket);
chrome::ShowFeedbackPage(chrome::FindBrowserWithWebContents(web_contents_),
message, std::string());
#endif
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment