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 6e67db742418fa174ba84bb88055632f0e1c227f..cd4f3b5acba01ce471dbad780560b6bc9f36db56 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: |