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

Unified Diff: content/renderer/render_view_impl.h

Issue 12207089: Cleanup: Remove deprecated base::Value methods from contents. Use base::Value too. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | « content/renderer/dom_automation_controller.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
===================================================================
--- content/renderer/render_view_impl.h (revision 181443)
+++ content/renderer/render_view_impl.h (working copy)
@@ -810,7 +810,7 @@
virtual bool CanComposeInline() OVERRIDE;
protected:
- RenderViewImpl(RenderViewImplParams* params);
+ explicit RenderViewImpl(RenderViewImplParams* params);
// Do not delete directly. This class is reference counted.
virtual ~RenderViewImpl();
@@ -1086,7 +1086,8 @@
// |frame_tree|. For each node, the frame is navigated to the swapped out URL,
// the name (if present) is set on it, and all the subframes are created
// and added to the DOM.
- void CreateFrameTree(WebKit::WebFrame* frame, DictionaryValue* frame_tree);
+ void CreateFrameTree(WebKit::WebFrame* frame,
+ base::DictionaryValue* frame_tree);
// If this is a swapped out RenderView, which maintains a copy of the frame
// tree of an active RenderView, we keep a map from frame ids in this view to
« no previous file with comments | « content/renderer/dom_automation_controller.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698