| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 23ea93765f8faa3b1750b26d06aaad0da2533a23..d30fd4bdfe92f0a0fa09c203f79e86c58bb8a517 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -529,11 +529,6 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| const GURL& url,
|
| WebPreferences* prefs) {}
|
|
|
| - // Inspector setting was changed and should be persisted.
|
| - virtual void UpdateInspectorSetting(RenderViewHost* rvh,
|
| - const std::string& key,
|
| - const std::string& value) {}
|
| -
|
| // Notifies that BrowserURLHandler has been created, so that the embedder can
|
| // optionally add their own handlers.
|
| virtual void BrowserURLHandlerCreated(BrowserURLHandler* handler) {}
|
|
|