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

Unified Diff: webkit/tools/test_shell/gtk/webview_host.cc

Issue 9735: test_webview_delegate.cc was forked for the Mac test shell, and then (Closed)
Patch Set: Created 12 years, 1 month 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: webkit/tools/test_shell/gtk/webview_host.cc
diff --git a/webkit/tools/test_shell/gtk/webview_host.cc b/webkit/tools/test_shell/gtk/webview_host.cc
index 020dd576f1e3b1393238feb04e7521d3e3b1d3e8..1f95274f6953a8517700b7255c122338d025b6e6 100644
--- a/webkit/tools/test_shell/gtk/webview_host.cc
+++ b/webkit/tools/test_shell/gtk/webview_host.cc
@@ -19,8 +19,6 @@ WebViewHost* WebViewHost::Create(GtkWidget* box,
const WebPreferences& prefs) {
WebViewHost* host = new WebViewHost();
- LOG(INFO) << "In WebViewHost::Create";
-
host->view_ = WebWidgetHost::CreateWindow(box, host);
g_object_set_data(G_OBJECT(host->view_), "webwidgethost", host);

Powered by Google App Engine
This is Rietveld 408576698