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

Unified Diff: content/public/browser/render_view_host_delegate.h

Issue 10409088: Get rid of the RenderViewType concept in content, since it was only used by Chrome. Store the enum… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 7 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
Index: content/public/browser/render_view_host_delegate.h
===================================================================
--- content/public/browser/render_view_host_delegate.h (revision 138369)
+++ content/public/browser/render_view_host_delegate.h (working copy)
@@ -14,7 +14,6 @@
#include "base/process_util.h"
#include "base/string16.h"
#include "content/common/content_export.h"
-#include "content/public/common/view_type.h"
#include "ipc/ipc_channel.h"
#include "net/base/load_states.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h"
@@ -208,9 +207,6 @@
// jam as reviewers before you use this method. http://crbug.com/82582
virtual content::WebContents* GetAsWebContents();
- // Return type of RenderView which is attached with this object.
- virtual content::ViewType GetRenderViewType() const = 0;
-
// Return the rect where to display the resize corner, if any, otherwise
// an empty rect.
virtual gfx::Rect GetRootWindowResizerRect() const = 0;

Powered by Google App Engine
This is Rietveld 408576698