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

Unified Diff: chrome/browser/ui/webui/settings/site_settings_handler.cc

Issue 2792573002: Remove base::Value::CreateNullValue (Closed)
Patch Set: Rebase Created 3 years, 8 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/ui/webui/settings/site_settings_handler.cc
diff --git a/chrome/browser/ui/webui/settings/site_settings_handler.cc b/chrome/browser/ui/webui/settings/site_settings_handler.cc
index 824daae7b9b9362029edb2830026d38d1cd9af5e..40e20be204cf7e185dd2908923960539c40b8c20 100644
--- a/chrome/browser/ui/webui/settings/site_settings_handler.cc
+++ b/chrome/browser/ui/webui/settings/site_settings_handler.cc
@@ -576,7 +576,7 @@ void SiteSettingsHandler::HandleGetSiteDetails(
}
if (!exceptions->GetSize()) {
- RejectJavascriptCallback(*callback_id, *base::Value::CreateNullValue());
+ RejectJavascriptCallback(*callback_id, base::Value());
return;
}

Powered by Google App Engine
This is Rietveld 408576698