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

Unified Diff: content/renderer/render_view_impl.h

Issue 8622005: Get rid of view_messages.h include from chrome since TabContentsDelegate used a struct from it (V... (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
« no previous file with comments | « content/public/common/file_chooser_params.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
===================================================================
--- content/renderer/render_view_impl.h (revision 110979)
+++ content/renderer/render_view_impl.h (working copy)
@@ -70,7 +70,6 @@
class RendererAccessibility;
class SkBitmap;
class SpeechInputDispatcher;
-struct ViewHostMsg_RunFileChooser_Params;
struct ViewMsg_Navigate_Params;
struct ViewMsg_StopFinding_Params;
struct ViewMsg_SwapOut_Params;
@@ -83,6 +82,7 @@
class P2PSocketDispatcher;
class RenderViewObserver;
class RenderViewTest;
+struct FileChooserParams;
} // namespace content
namespace gfx {
@@ -211,7 +211,7 @@
//
// Returns true if the chooser was successfully scheduled. False means we
// didn't schedule anything.
- bool ScheduleFileChooser(const ViewHostMsg_RunFileChooser_Params& params,
+ bool ScheduleFileChooser(const content::FileChooserParams& params,
WebKit::WebFileChooserCompletion* completion);
// Sets whether the renderer should report load progress to the browser.
« no previous file with comments | « content/public/common/file_chooser_params.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698