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

Unified Diff: chrome/browser/automation/automation_provider.cc

Issue 9581023: Merge 124725 - more logs for 26646 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1058/src/
Patch Set: Created 8 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 | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.cc
===================================================================
--- chrome/browser/automation/automation_provider.cc (revision 124743)
+++ chrome/browser/automation/automation_provider.cc (working copy)
@@ -263,6 +263,7 @@
}
void AutomationProvider::SetExpectedTabCount(size_t expected_tabs) {
+ VLOG(2) << "SetExpectedTabCount:" << expected_tabs;
if (expected_tabs == 0)
OnInitialTabLoadsComplete();
else
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698