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

Unified Diff: chrome/browser/search/local_ntp_source.cc

Issue 2903063007: WebUI: Linting: Add missing semicolons in local_ntp code. (Closed)
Patch Set: Add more files Created 3 years, 7 months 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
Index: chrome/browser/search/local_ntp_source.cc
diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
index 6fab4ea433a99fc741dfb186885361169e00d9b6..f2c42b134bee62a2240eb010b1af06e16bd032a6 100644
--- a/chrome/browser/search/local_ntp_source.cc
+++ b/chrome/browser/search/local_ntp_source.cc
@@ -425,7 +425,7 @@ std::string LocalNtpSource::GetContentSecurityPolicyScriptSrc() const {
GetIntegritySha256Value(
GetConfigData(default_search_provider_is_google_io_thread_)) +
"' "
- "'sha256-yAvSu2Dl9rlQTpQn8P1hcE5GUFQVGbuCMHypwtN6uDg=';";
+ "'sha256-//Ntxa12Vzvs6oUFThZ7SAu9dDxHfqgUeSTOrQKqlgE=';";
}
std::string LocalNtpSource::GetContentSecurityPolicyChildSrc() const {

Powered by Google App Engine
This is Rietveld 408576698