summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/chrome_plugin_host.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc
index 0f0e240..c63ef76 100644
--- a/chrome/plugin/chrome_plugin_host.cc
+++ b/chrome/plugin/chrome_plugin_host.cc
@@ -22,6 +22,7 @@
#include "webkit/glue/plugins/plugin_instance.h"
#include "webkit/glue/resource_loader_bridge.h"
#include "webkit/glue/resource_type.h"
+#include "webkit/glue/webappcachecontext.h"
#include "webkit/glue/webkit_glue.h"
namespace {
@@ -153,6 +154,7 @@ class PluginRequestHandlerProxy
GetCurrentProcessId(),
ResourceType::OBJECT,
cprequest_->context,
+ WebAppCacheContext::kNoAppCacheContextId,
MSG_ROUTING_CONTROL));
if (!bridge_.get())
return CPERR_FAILURE;