diff options
author | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-21 16:12:49 +0000 |
---|---|---|
committer | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-21 16:12:49 +0000 |
commit | 336e4489eacbb470ff5d22deb464beb9cb832422 (patch) | |
tree | 9ba56a0467d9ee7769c4d8955e78854cd0cc4c8e /content/browser/storage_partition_impl_unittest.cc | |
parent | 910b310d6bd6304a24ae2bfeb7af766aea2502da (diff) | |
download | chromium_src-336e4489eacbb470ff5d22deb464beb9cb832422.zip chromium_src-336e4489eacbb470ff5d22deb464beb9cb832422.tar.gz chromium_src-336e4489eacbb470ff5d22deb464beb9cb832422.tar.bz2 |
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
Diffstat (limited to 'content/browser/storage_partition_impl_unittest.cc')
-rw-r--r-- | content/browser/storage_partition_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |