| 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;
|
|
|