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

Unified Diff: chrome/common/render_messages.h

Issue 115595: Have the browser process rewrite manifest.json and theme images that the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « chrome/common/extensions/extension_unpacker.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
===================================================================
--- chrome/common/render_messages.h (revision 16736)
+++ chrome/common/render_messages.h (working copy)
@@ -47,6 +47,8 @@
class Time;
}
+class SkBitmap;
+
// Parameters structure for ViewMsg_Navigate, which has too many data
// parameters to be reasonably put in a predefined IPC message.
struct ViewMsg_Navigate_Params {
@@ -385,6 +387,10 @@
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 <>
« no previous file with comments | « chrome/common/extensions/extension_unpacker.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698