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

Unified Diff: chrome/browser/ui/webui/browsing_history_handler.cc

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 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
Index: chrome/browser/ui/webui/browsing_history_handler.cc
diff --git a/chrome/browser/ui/webui/browsing_history_handler.cc b/chrome/browser/ui/webui/browsing_history_handler.cc
index cd6fd97f57fa259f1fefdc0c1d5adc87ba40cdc1..171c126f9998f66cb0220da2a6c57fffe982d1d1 100644
--- a/chrome/browser/ui/webui/browsing_history_handler.cc
+++ b/chrome/browser/ui/webui/browsing_history_handler.cc
@@ -544,6 +544,6 @@ void BrowsingHistoryHandler::HasOtherFormsOfBrowsingHistory(
bool has_other_forms,
bool has_synced_results) {
web_ui()->CallJavascriptFunctionUnsafe(
- "showNotification", base::FundamentalValue(has_synced_results),
- base::FundamentalValue(has_other_forms));
+ "showNotification", base::Value(has_synced_results),
+ base::Value(has_other_forms));
}
« no previous file with comments | « chrome/browser/ui/webui/bidi_checker_web_ui_test.cc ('k') | chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698