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

Unified Diff: content/renderer/render_view_visitor.h

Issue 8116009: Move RenderProcessObserver and RenderViewVisitor to content\public\renderer and put them in the c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/render_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_visitor.h
===================================================================
--- content/renderer/render_view_visitor.h (revision 103758)
+++ content/renderer/render_view_visitor.h (working copy)
@@ -1,20 +0,0 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_RENDERER_RENDER_VIEW_VISITOR_H_
-#define CONTENT_RENDERER_RENDER_VIEW_VISITOR_H_
-#pragma once
-
-class RenderView;
-
-class RenderViewVisitor {
- public:
- // Return true to continue visiting RenderViews or false to stop.
- virtual bool Visit(RenderView* render_view) = 0;
-
- protected:
- virtual ~RenderViewVisitor() {}
-};
-
-#endif // CONTENT_RENDERER_RENDER_VIEW_VISITOR_H_
« no previous file with comments | « content/renderer/render_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698