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

Unified Diff: chrome/browser/ui/webui/password_manager_internals/password_manager_internals_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
Index: chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.cc
diff --git a/chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.cc b/chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.cc
index af29f96f1917eb1be13c1df927a540fcf2ad27b9..a6ee59a0e49fb230477fc9e6cfa9da964f480743 100644
--- a/chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.cc
+++ b/chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.cc
@@ -70,7 +70,7 @@ void PasswordManagerInternalsUI::DidStopLoading() {
PasswordManagerInternalsServiceFactory::GetForBrowserContext(
Profile::FromWebUI(web_ui()));
// No service means the WebUI is displayed in Incognito.
- base::FundamentalValue is_incognito(!service);
+ base::Value is_incognito(!service);
web_ui()->CallJavascriptFunctionUnsafe("notifyAboutIncognito", is_incognito);
if (service) {
« no previous file with comments | « chrome/browser/ui/webui/options/reset_profile_settings_handler.cc ('k') | chrome/browser/ui/webui/policy_ui_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698