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

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

Issue 923343002: cros: Clean up debugging logs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_browsertest.cc
diff --git a/chrome/browser/chromeos/login/login_browsertest.cc b/chrome/browser/chromeos/login/login_browsertest.cc
index b61f33d8592c04c88d4a9e2a0ecc19ec67c25388..2c0d1a580e0ae0790bee4339acab91e0d4eef98c 100644
--- a/chrome/browser/chromeos/login/login_browsertest.cc
+++ b/chrome/browser/chromeos/login/login_browsertest.cc
@@ -113,13 +113,11 @@ class LoginTest : public chromeos::LoginManagerTest {
"var frame = $('signin-frame');"
"var onload= function() {"
"frame.removeEventListener('load', onload);"
- "console.error('#### onload frame.src=' + frame.src);"
"window.domAutomationController.setAutomationId(0);"
"window.domAutomationController.send('frameLoaded');"
"};"
"frame.addEventListener('load', onload);"
"$('error-offline-login-link').onclick();"
- "console.error('#### original frame.src=' + frame.src);"
"})();";
ASSERT_TRUE(content::ExecuteScript(web_contents(), js));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698