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

Unified Diff: chrome/browser/ui/webui/crashes_ui.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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/slow_ui.cc ('k') | chrome/browser/ui/webui/foreign_session_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/crashes_ui.cc
diff --git a/chrome/browser/ui/webui/crashes_ui.cc b/chrome/browser/ui/webui/crashes_ui.cc
index a4fca4f79f85ff44fb321ab1e202883ca0a1e167..34153516b7d434fde5b22abdcde26e71d2353eed 100644
--- a/chrome/browser/ui/webui/crashes_ui.cc
+++ b/chrome/browser/ui/webui/crashes_ui.cc
@@ -187,9 +187,9 @@ void CrashesDOMHandler::UpdateUI() {
if (upload_list)
crash::UploadListToValue(upload_list_.get(), &crash_list);
- base::FundamentalValue enabled(crash_reporting_enabled);
- base::FundamentalValue dynamic_backend(system_crash_reporter);
- base::FundamentalValue manual_uploads(support_manual_uploads);
+ base::Value enabled(crash_reporting_enabled);
+ base::Value dynamic_backend(system_crash_reporter);
+ base::Value manual_uploads(support_manual_uploads);
base::StringValue version(version_info::GetVersionNumber());
base::StringValue os_string(base::SysInfo::OperatingSystemName() + " " +
base::SysInfo::OperatingSystemVersion());
« no previous file with comments | « chrome/browser/ui/webui/chromeos/slow_ui.cc ('k') | chrome/browser/ui/webui/foreign_session_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698