| Index: chrome/renderer/frame_sniffer.h
|
| diff --git a/chrome/renderer/frame_sniffer.h b/chrome/renderer/frame_sniffer.h
|
| index 4abc6da4f5eacd1591dd2ac6d17da2d13aecaa78..77af37afa41692ebdea1fc6f0b22234cc43d5473 100644
|
| --- a/chrome/renderer/frame_sniffer.h
|
| +++ b/chrome/renderer/frame_sniffer.h
|
| @@ -26,7 +26,7 @@ class FrameSniffer : public content::RenderViewObserver {
|
| bool ShouldSniffFrame(WebKit::WebFrame* frame);
|
|
|
| // Name of the frame to be monitored.
|
| - string16 frame_name_;
|
| + string16 unique_frame_name_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FrameSniffer);
|
| };
|
|
|