| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index b9a3011b3e9321b4dd11c57cc67f7c085808a229..76176b44c5f0baaa2f69158d155a431a4eea390c 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -1424,6 +1424,7 @@ void TitleWatcher::TitleWasSet(NavigationEntry* entry, bool explicit_set) {
|
|
|
| void TitleWatcher::TestTitle() {
|
| const base::string16& current_title = web_contents()->GetTitle();
|
| + LOG(INFO) << "Title: " << current_title << " " << web_contents()->IsLoading();
|
| if (base::ContainsValue(expected_titles_, current_title)) {
|
| observed_title_ = current_title;
|
| run_loop_.Quit();
|
|
|