Chromium Code Reviews| Index: chrome/browser/renderer_host/render_view_host.h |
| diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h |
| index 403042aa6bf6c64949598ff031681994f56e106a..2a92eaa5014ddc28f51b9bc4e0178e0cdc2eda0d 100644 |
| --- a/chrome/browser/renderer_host/render_view_host.h |
| +++ b/chrome/browser/renderer_host/render_view_host.h |
| @@ -721,7 +721,7 @@ class RenderViewHost : public RenderWidgetHost { |
| void OnDetectedPhishingSite(const GURL& phishing_url, |
| double phishing_score, |
| const SkBitmap& thumbnail); |
| - void OnScriptEvalResponse(int id, bool result); |
| + void OnScriptEvalResponse(int id, const ListValue& result); |
|
sky
2010/12/06 23:07:07
How come this is a ListValue and not a Value?
|
| void OnUpdateContentRestrictions(int restrictions); |
| void OnPagesReadyForPreview(int document_cookie, int fd_in_browser); |