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

Unified Diff: extensions/shell/browser/shell_browser_context.h

Issue 631203003: Fix bug: AppShell: CHECK failure in PeerConnection init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: extensions/shell/browser/shell_browser_context.h
diff --git a/extensions/shell/browser/shell_browser_context.h b/extensions/shell/browser/shell_browser_context.h
index 11ad208035bc9d7c3b565a4b4f1396eeef50ac38..6698a9b9403e5194748dab6730ec1f90e2babfa4 100644
--- a/extensions/shell/browser/shell_browser_context.h
+++ b/extensions/shell/browser/shell_browser_context.h
@@ -8,6 +8,7 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "content/shell/browser/shell_browser_context.h"
+#include "extensions/shell/browser/shell_url_request_context_getter.h"
James Cook 2014/10/07 16:24:54 Do you need this include?
Xi Han 2014/10/07 19:29:53 Removed. On 2014/10/07 16:24:54, James Cook wrote
#include "storage/browser/quota/special_storage_policy.h"
namespace net {
@@ -59,7 +60,6 @@ class ShellBrowserContext : public content::ShellBrowserContext {
net::NetLog* net_log_;
bool ignore_certificate_errors_;
scoped_refptr<storage::SpecialStoragePolicy> storage_policy_;
- scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext);
};

Powered by Google App Engine
This is Rietveld 408576698