Index: content/shell/browser/shell_browser_context.cc |
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc |
index b37521e53eee89bfb0455d6af1543751a73728c5..7778ff65a716e60adca110cfce1d69d45e701cc8 100644 |
--- a/content/shell/browser/shell_browser_context.cc |
+++ b/content/shell/browser/shell_browser_context.cc |
@@ -65,6 +65,7 @@ ShellBrowserContext::ShellBrowserContext(bool off_the_record, |
: off_the_record_(off_the_record), |
net_log_(net_log), |
ignore_certificate_errors_(false), |
+ guest_manager_delegate_(NULL), |
resource_context_(new ShellResourceContext) { |
InitWhileIOAllowed(); |
} |
@@ -234,6 +235,11 @@ GeolocationPermissionContext* |
return NULL; |
} |
+BrowserPluginGuestManagerDelegate* |
+ ShellBrowserContext::GetGuestManagerDelegate() { |
+ return guest_manager_delegate_; |
+} |
+ |
quota::SpecialStoragePolicy* ShellBrowserContext::GetSpecialStoragePolicy() { |
return NULL; |
} |