| Index: chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h
|
| diff --git a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h b/chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h
|
| index d7d3e78b33d6ef603a4de9f457f33350febc39b4..887e66d46f5afee580f2acb16f10830c1e9666fa 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h
|
| +++ b/chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h
|
| @@ -106,8 +106,8 @@ class PhishingDOMFeatureExtractor {
|
| void Clear();
|
|
|
| // Called after advancing |cur_document_| to update the state in
|
| - // |cur_frame_data_|. Returns true if the state was updated successfully.
|
| - bool ResetFrameData();
|
| + // |cur_frame_data_|.
|
| + void ResetFrameData();
|
|
|
| // Returns the next document in frame-traversal order from cur_document_.
|
| // If there are no more documents, returns a null WebDocument.
|
|
|