| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.h b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| index 6b178d4e5017ef2bf6799c101e5fe8ec5e6be82b..0ebc16a7cd1b13145e87f8fa71293df8191e4ee1 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| @@ -125,8 +125,7 @@ class RenderViewHostDelegateViewHelper : public content::NotificationObserver {
|
| // RenderViewHostDelegate methods.
|
| class RenderViewHostDelegateHelper {
|
| public:
|
| - static WebPreferences GetWebkitPrefs(content::BrowserContext* browser_context,
|
| - bool is_web_ui);
|
| + static WebPreferences GetWebkitPrefs(RenderViewHost* rvh);
|
|
|
| static void UpdateInspectorSetting(content::BrowserContext* browser_context,
|
| const std::string& key,
|
|
|