Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4736)

Unified Diff: chrome/renderer/frame_sniffer.h

Issue 10879105: Moving Chrome code from using WebFrame::name to WebFrame::uniqueName (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing member name. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/frame_sniffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/renderer/frame_sniffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698