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

Unified Diff: webkit/tools/test_shell/layout_test_controller.h

Issue 3213001: Adding support for markerTextForListItem() to Chromium's LayoutTestController... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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: webkit/tools/test_shell/layout_test_controller.h
===================================================================
--- webkit/tools/test_shell/layout_test_controller.h (revision 57506)
+++ webkit/tools/test_shell/layout_test_controller.h (working copy)
@@ -283,6 +283,9 @@
void setMockGeolocationError(const CppArgumentList& args,
CppVariant* result);
+ void markerTextForListItem(const CppArgumentList& args,
+ CppVariant* result);
+
public:
// The following methods are not exposed to JavaScript.
void SetWorkQueueFrozen(bool frozen) { work_queue_.set_frozen(frozen); }
« no previous file with comments | « no previous file | webkit/tools/test_shell/layout_test_controller.cc » ('j') | webkit/tools/test_shell/layout_test_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698