| 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);
|
|
|
|
|