| Index: content/shell/browser/shell_devtools_frontend.h
|
| diff --git a/content/shell/browser/shell_devtools_frontend.h b/content/shell/browser/shell_devtools_frontend.h
|
| index 77d776afe8e62c5c6f76ffd4fb9a9e10b0c0d613..4715e59ba83267aafa6c8c644e2ec0229edb6a1e 100644
|
| --- a/content/shell/browser/shell_devtools_frontend.h
|
| +++ b/content/shell/browser/shell_devtools_frontend.h
|
| @@ -55,7 +55,7 @@ class ShellDevToolsFrontend : public WebContentsObserver,
|
| void AgentHostClosed(DevToolsAgentHost* agent_host, bool replaced) override;
|
| void DispatchProtocolMessage(DevToolsAgentHost* agent_host,
|
| const std::string& message) override;
|
| - base::DictionaryValue* preferences() { return &preferences_; }
|
| + void SetPreferences(const std::string& json);
|
| virtual void HandleMessageFromDevToolsFrontend(const std::string& message);
|
|
|
| private:
|
|
|