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

Unified Diff: chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.cc

Issue 2666093002: Remove base::FundamentalValue (Closed)
Patch Set: Rebase Created 3 years, 10 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/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 36d2ceb8df70ba80789de89f8e8bf632c49e57b1..4b89d9c6f633994041ed8bb56a19ac965828a22d 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