| 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 8dee89a08deeb6992ed13ef2c00447c2032d6c83..a98774398ccc593c7c3717d98525712c5009e10e 100644
|
| --- a/content/shell/browser/shell_browser_context.cc
|
| +++ b/content/shell/browser/shell_browser_context.cc
|
| @@ -49,6 +49,9 @@ class ShellBrowserContext::ShellResourceContext : public ResourceContext {
|
| virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE {
|
| return false;
|
| }
|
| + virtual std::string GetMediaDeviceIDSalt() OVERRIDE {
|
| + return "shell_salt";
|
| + }
|
|
|
| void set_url_request_context_getter(ShellURLRequestContextGetter* getter) {
|
| getter_ = getter;
|
|
|