diff options
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index 5719ce9..76341c5 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -392,10 +392,6 @@ struct ViewHostMsg_ShowPopup_Params { std::vector<WebMenuItem> popup_items; }; -// Used by UtilityHostMsg_UnpackExtension_Succeeded. We must define a typedef -// because the preprocessor is stupid about commas inside macros. -typedef Tuple2<SkBitmap, FilePath> UnpackExtension_ImagePathPair; - namespace IPC { template <> |