| Index: chrome/renderer/chrome_render_view_observer.h
|
| diff --git a/chrome/renderer/chrome_render_view_observer.h b/chrome/renderer/chrome_render_view_observer.h
|
| index 4d06aea2c5be083fbe57afc50c2d9b19aeefb124..86afa0c71dd2216b07b7ecbc6bae138838c4d71a 100644
|
| --- a/chrome/renderer/chrome_render_view_observer.h
|
| +++ b/chrome/renderer/chrome_render_view_observer.h
|
| @@ -118,6 +118,7 @@ class ChromeRenderViewObserver : public RenderViewObserver,
|
| void OnSetAllowDisplayingInsecureContent(bool allow);
|
| void OnSetAllowRunningInsecureContent(bool allow);
|
| void OnSetClientSidePhishingDetection(bool enable_phishing_detection);
|
| + void OnStartFrameSniffer(const string16& frame_name);
|
|
|
| // Captures the thumbnail and text contents for indexing for the given load
|
| // ID. If the view's load ID is different than the parameter, this call is
|
|
|