| 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..8d653292890986ccb5201d141d67e8307b769ab8 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, bool is_web_ui);
|
|
|
| static void UpdateInspectorSetting(content::BrowserContext* browser_context,
|
| const std::string& key,
|
|
|