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

Unified Diff: content/public/test/browser_test_utils.cc

Issue 2892953006: WIP POC blob transport over mojo
Patch Set: pass mojo blobs over ipc Created 3 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: 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();
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698