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

Unified Diff: chrome/browser/ui/webui/foreign_session_handler.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, 7 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/foreign_session_handler.cc
diff --git a/chrome/browser/ui/webui/foreign_session_handler.cc b/chrome/browser/ui/webui/foreign_session_handler.cc
index bd3c0f7625f5ed075edbf8da1578f5b299ddaf84..2fc93f48c6a9fc268973f9e1517f125b00b1016f 100644
--- a/chrome/browser/ui/webui/foreign_session_handler.cc
+++ b/chrome/browser/ui/webui/foreign_session_handler.cc
@@ -335,8 +335,8 @@ void ForeignSessionHandler::HandleGetForeignSessions(
}
}
base::FundamentalValue tab_sync_enabled(IsTabSyncEnabled());
- web_ui()->CallJavascriptFunction("setForeignSessions", session_list,
- tab_sync_enabled);
+ web_ui()->CallJavascriptFunctionUnsafe("setForeignSessions", session_list,
+ tab_sync_enabled);
}
void ForeignSessionHandler::HandleOpenForeignSession(

Powered by Google App Engine
This is Rietveld 408576698