Index: chrome/renderer/render_view.h |
=================================================================== |
--- chrome/renderer/render_view.h (revision 49439) |
+++ chrome/renderer/render_view.h (working copy) |
@@ -638,9 +638,9 @@ |
// meantime. |
void CapturePageInfo(int load_id, bool preliminary_capture); |
- // Called to retrieve the text from the given frame contents, the page text |
- // up to the maximum amount will be placed into the given buffer |
- void CaptureText(WebKit::WebFrame* frame, std::wstring* contents); |
+ // Retrieves the text from the given frame contents, the page text up to the |
+ // maximum amount kMaxIndexChars will be placed into the given buffer |
Nico
2010/06/10 21:03:35
.
|
+ void CaptureText(WebKit::WebFrame* frame, string16* contents); |
// Creates a thumbnail of |frame|'s contents resized to (|w|, |h|) |
// and puts that in |thumbnail|. Thumbnail metadata goes in |score|. |