summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 22:56:03 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 22:56:03 +0000
commit39ef434b2a6dfe7ff3ae252a681bc7ccabdaf94f (patch)
treece014e395174bc4b68b240081ec6cdc9bcd8ed1c /chrome/test/ui
parent903b6f5823dfaa8d3d287096726715bcc34c2714 (diff)
downloadchromium_src-39ef434b2a6dfe7ff3ae252a681bc7ccabdaf94f.zip
chromium_src-39ef434b2a6dfe7ff3ae252a681bc7ccabdaf94f.tar.gz
chromium_src-39ef434b2a6dfe7ff3ae252a681bc7ccabdaf94f.tar.bz2
Implement the UrlUtil pepper interface. Pull PPAPI to get that interface.
TEST=unit test included Review URL: http://codereview.chromium.org/3041048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui')
-rw-r--r--chrome/test/ui/ppapi_uitest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index ebb9827..61d56ef 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -116,3 +116,7 @@ TEST_F(PPAPITest, Scrollbar) {
#endif
RunTest("Scrollbar");
}
+
+TEST_F(PPAPITest, UrlUtil) {
+ RunTest("UrlUtil");
+}