Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1280)

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.cc

Issue 1424933014: Fix Rappor stats reporting for MixedContent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl format Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/content_settings_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/content_settings/tab_specific_content_settings.cc
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc
index f8dff5a72b2bf5634d13fa43bae925dc5144cbcd..1985a2efc845c6ff5d88d5c92a0b819f7c300705 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings.cc
+++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
@@ -351,7 +351,7 @@ void TabSpecificContentSettings::OnContentBlockedWithDetail(
content_settings::MIXED_SCRIPT_ACTION_DISPLAYED_SHIELD);
content_settings::RecordMixedScriptActionWithRAPPOR(
content_settings::MIXED_SCRIPT_ACTION_DISPLAYED_SHIELD,
- GURL(base::UTF16ToUTF8(details)));
+ GURL(details));
}
}
}
« no previous file with comments | « no previous file | chrome/renderer/content_settings_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698