From 336e4489eacbb470ff5d22deb464beb9cb832422 Mon Sep 17 00:00:00 2001 From: "alecflett@chromium.org" Date: Sat, 21 Sep 2013 16:12:49 +0000 Subject: Stub out initial NavigationController browser implementation This is the initial cut for the browser-side NavigationControllerDispatcherHost, and all the various related support plumbing to hook up two initial messages. BUG= 285976 Review URL: https://chromiumcodereview.appspot.com/23615009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224585 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/storage_partition_impl_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/storage_partition_impl_unittest.cc') diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc index a8b47bc..4828ae6 100644 --- a/content/browser/storage_partition_impl_unittest.cc +++ b/content/browser/storage_partition_impl_unittest.cc @@ -110,7 +110,7 @@ TEST_F(StoragePartitionShaderClearTest, ClearShaderCache) { TestClosureCallback clear_cb; StoragePartitionImpl sp( - cache_path(), NULL, NULL, NULL, NULL, NULL, NULL, NULL); + cache_path(), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); base::MessageLoop::current()->PostTask( FROM_HERE, base::Bind(&ClearData, &sp, clear_cb.callback())); clear_cb.WaitForResult(); -- cgit v1.1