From 1edc16b82bd98eb06188a94e62c668d439035e6e Mon Sep 17 00:00:00 2001 From: "michaeln@google.com" Date: Tue, 7 Apr 2009 17:45:54 +0000 Subject: Adds new messages and widens some existing messages between the renderer and browser processes to support an implementation of the HTML5AppCache spec with most of the logic running in the browser process. The gist of most of the changes are to indicate which frame each resource request is coming from, and to indicate which appcache each response was retrieved from (if any).See https://docs.google.com/a/google.com/Doc?docid=agv6ghfsqr_15f749cgt3&hl=en Review URL: http://codereview.chromium.org/9712 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13258 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/resource_dispatcher_unittest.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/common/resource_dispatcher_unittest.cc') diff --git a/chrome/common/resource_dispatcher_unittest.cc b/chrome/common/resource_dispatcher_unittest.cc index 00a5f4d..e079364 100644 --- a/chrome/common/resource_dispatcher_unittest.cc +++ b/chrome/common/resource_dispatcher_unittest.cc @@ -10,8 +10,8 @@ #include "chrome/common/filter_policy.h" #include "chrome/common/render_messages.h" #include "chrome/common/resource_dispatcher.h" - #include "testing/gtest/include/gtest/gtest.h" +#include "webkit/glue/webappcachecontext.h" using webkit_glue::ResourceLoaderBridge; @@ -157,6 +157,7 @@ TEST_F(ResourceDispatcherTest, RoundTrip) { dispatcher_->CreateBridge("GET", GURL(test_page_url), GURL(test_page_url), GURL(), "null", "null", std::string(), "", 0, 0, ResourceType::SUB_RESOURCE, 0, + WebAppCacheContext::kNoAppCacheContextId, MSG_ROUTING_CONTROL); bridge->Start(&callback); -- cgit v1.1