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

Unified Diff: content/shell/browser/shell_browser_context.cc

Issue 483523006: Check all settings when checking mic and camera access (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix for Android. Created 6 years, 4 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.cc
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc
index 19f006699126533e90d55939ca36d1eb51e8842d..50d2ec397f07f1c8946d9bf7d11b0bfa9ddeab6a 100644
--- a/content/shell/browser/shell_browser_context.cc
+++ b/content/shell/browser/shell_browser_context.cc
@@ -43,12 +43,6 @@ class ShellBrowserContext::ShellResourceContext : public ResourceContext {
CHECK(getter_);
return getter_->GetURLRequestContext();
}
- virtual bool AllowMicAccess(const GURL& origin) OVERRIDE {
- return false;
- }
- virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE {
- return false;
- }
void set_url_request_context_getter(ShellURLRequestContextGetter* getter) {
getter_ = getter;

Powered by Google App Engine
This is Rietveld 408576698