Index: content/browser/renderer_host/render_view_host_delegate.h |
=================================================================== |
--- content/browser/renderer_host/render_view_host_delegate.h (revision 112431) |
+++ content/browser/renderer_host/render_view_host_delegate.h (working copy) |
@@ -11,13 +11,10 @@ |
#include "base/basictypes.h" |
#include "base/i18n/rtl.h" |
-#include "base/memory/ref_counted.h" |
#include "base/process_util.h" |
#include "base/string16.h" |
-#include "base/values.h" |
#include "content/common/content_export.h" |
#include "content/public/common/view_type.h" |
-#include "content/public/common/window_container_type.h" |
#include "ipc/ipc_channel.h" |
#include "net/base/load_states.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h" |
@@ -37,6 +34,10 @@ |
struct WebMenuItem; |
struct WebPreferences; |
+namespace base { |
+class ListValue; |
+} |
+ |
namespace content { |
class BrowserContext; |
struct FileChooserParams; |
@@ -79,8 +80,6 @@ |
// |
// Note: this is not called "CreateWindow" because that will clash with |
// the Windows function which is actually a #define. |
- // |
- // NOTE: this takes ownership of @modal_dialog_event |
Lei Zhang
2011/12/01 18:06:57
Apparently this comment has been invalid for 2 yea
Avi (use Gerrit)
2011/12/01 20:10:14
haha
|
virtual void CreateNewWindow( |
int route_id, |
const ViewHostMsg_CreateWindow_Params& params) = 0; |