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

Unified Diff: content/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: content/shell/browser/shell_browser_context.h
diff --git a/content/shell/browser/shell_browser_context.h b/content/shell/browser/shell_browser_context.h
index f015344063cae5c5b2c9d062c6078db6f905b4e6..b366e6b00097524c569e081cb94232f24e5866c5 100644
--- a/content/shell/browser/shell_browser_context.h
+++ b/content/shell/browser/shell_browser_context.h
@@ -34,6 +34,9 @@ class ShellBrowserContext : public BrowserContext {
guest_manager_ = guest_manager;
}
+ void set_url_request_context_getter(ShellURLRequestContextGetter* getter);
James Cook 2014/10/07 16:24:54 I would make these methods protected to help empha
Xi Han 2014/10/07 19:29:53 Good idea. Make these methods protected, but leave
+ ShellURLRequestContextGetter* get_url_request_context_getter();
+
// BrowserContext implementation.
virtual base::FilePath GetPath() const override;
virtual bool IsOffTheRecord() const override;
« no previous file with comments | « no previous file | content/shell/browser/shell_browser_context.cc » ('j') | content/shell/browser/shell_browser_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698