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

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

Issue 8760008: Cleanup: Remove some cruft from RenderViewHostDelegate. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/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;
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_ssl_helper.h ('k') | content/browser/renderer_host/render_view_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698