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

Unified Diff: chrome/browser/renderer_host/render_view_host.h

Issue 20107: Cleanup some forward declared structs that are not being used. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_view_host.h
===================================================================
--- chrome/browser/renderer_host/render_view_host.h (revision 9264)
+++ chrome/browser/renderer_host/render_view_host.h (working copy)
@@ -30,8 +30,6 @@
struct ContextMenuParams;
struct ViewHostMsg_DidPrintPage_Params;
struct ViewMsg_Navigate_Params;
-struct ViewMsg_Print_Params;
-struct ViewMsg_PrintPages_Params;
struct WebDropData;
struct WebPreferences;
@@ -379,7 +377,7 @@
void UnloadListenerHasFired() { has_unload_listener_ = false; }
#ifdef CHROME_PERSONALIZATION
- // Tells the RenderView to raise an personalization event with the given name
+ // Tells the RenderView to raise an personalization event with the given name
// and argument.
void RaisePersonalizationEvent(std::string event_name, std::string event_arg);
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698