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

Unified Diff: chrome/browser/chromeos/login/app_launch_signin_screen.cc

Issue 1995113002: Rename WebUI::CallJavascriptFunction to WebUI::CallJavascriptFunctionUnsafe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/chromeos/login/app_launch_signin_screen.cc
diff --git a/chrome/browser/chromeos/login/app_launch_signin_screen.cc b/chrome/browser/chromeos/login/app_launch_signin_screen.cc
index adbbf0b2981b92244db3ee71aa0303ac99a772ba..797c76514eee9658b0a7dd42681b7e6d4de6661a 100644
--- a/chrome/browser/chromeos/login/app_launch_signin_screen.cc
+++ b/chrome/browser/chromeos/login/app_launch_signin_screen.cc
@@ -34,7 +34,7 @@ AppLaunchSigninScreen::~AppLaunchSigninScreen() {
void AppLaunchSigninScreen::Show() {
InitOwnerUserList();
- oobe_ui_->web_ui()->CallJavascriptFunction(
+ oobe_ui_->web_ui()->CallJavascriptFunctionUnsafe(
"login.AccountPickerScreen.setShouldShowApps",
base::FundamentalValue(false));
oobe_ui_->ShowSigninScreen(LoginScreenContext(), this, NULL);
« no previous file with comments | « ash/content/keyboard_overlay/keyboard_overlay_delegate.cc ('k') | chrome/browser/chromeos/login/kiosk_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698