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

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

Issue 9685: Make the linux test shell display the window title. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/gtk/test_webview_delegate.cc
===================================================================
--- webkit/tools/test_shell/gtk/test_webview_delegate.cc (revision 4974)
+++ webkit/tools/test_shell/gtk/test_webview_delegate.cc (working copy)
@@ -243,7 +243,7 @@
if (shell_->ShouldDumpTitleChanges()) {
printf("TITLE CHANGED: %S\n", title.c_str());
}
- NOTIMPLEMENTED();
+ gtk_window_set_title(GTK_WINDOW(shell_->mainWnd()), WideToUTF8(title).c_str());
}
void TestWebViewDelegate::DidFinishLoadForFrame(WebView* webview,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698