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

Unified Diff: chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc

Issue 252503002: Base version of HID detection OOBE screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Proper initialization and setPower of BT adapter. Created 6 years, 8 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/chromeos/login/base_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc
index 313e14972927dd7220f7281b200a204e7e6eb15a..e686168e4d5f3d8c21dbd6f13076ddd40c05a304 100644
--- a/chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc
@@ -89,6 +89,7 @@ void BaseScreenHandler::GetAdditionalParameters(base::DictionaryValue* dict) {
}
void BaseScreenHandler::CallJS(const std::string& method) {
+ LOG(ERROR) << FullMethodPath(method);
dzhioev (left Google) 2014/04/25 10:59:59 Remove this.
merkulova 2014/04/25 11:37:20 Done.
web_ui()->CallJavascriptFunction(FullMethodPath(method));
}

Powered by Google App Engine
This is Rietveld 408576698