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

Unified Diff: webkit/glue/unittest_test_server.h

Issue 9712: AppCachePlumbing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/glue/unittest_test_server.h
===================================================================
--- webkit/glue/unittest_test_server.h (revision 13181)
+++ webkit/glue/unittest_test_server.h (working copy)
@@ -6,6 +6,7 @@
#define WEBKIT_GLUE_UNITTEST_TEST_SERVER_H__
#include "webkit/glue/resource_loader_bridge.h"
+#include "webkit/glue/webappcachecontext.h"
#include "net/base/load_flags.h"
#include "net/url_request/url_request_unittest.h"
@@ -49,6 +50,7 @@
net::LOAD_NORMAL,
0,
ResourceType::SUB_RESOURCE,
+ WebAppCacheContext::kNoAppCacheContextId,
0));
EXPECT_TRUE(loader.get());

Powered by Google App Engine
This is Rietveld 408576698