Index: extensions/renderer/dispatcher.h |
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h |
index e4d7aedf7ff0d6214269c5ffa93dfb32a6302953..6878e203c20a2c49b6d80377d5d3818cd76350ab 100644 |
--- a/extensions/renderer/dispatcher.h |
+++ b/extensions/renderer/dispatcher.h |
@@ -173,6 +173,7 @@ class Dispatcher : public content::RenderProcessObserver { |
const std::string& font_size); |
void OnShouldSuspend(const std::string& extension_id, int sequence_id); |
void OnSuspend(const std::string& extension_id); |
+ void OnTransferBlobs(const std::vector<std::string>& blob_uuids); |
void OnUnloaded(const std::string& id); |
void OnUpdatePermissions(const ExtensionMsg_UpdatePermissions_Params& params); |
void OnUpdateTabSpecificPermissions(int page_id, |