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

Unified Diff: extensions/browser/extension_message_filter.h

Issue 2254383002: Signal extension API schema corruption to the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 4 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
Index: extensions/browser/extension_message_filter.h
diff --git a/extensions/browser/extension_message_filter.h b/extensions/browser/extension_message_filter.h
index d804d8f01ae0f83a35c02ad35cf6212635b41f31..0035e9c0024a77cc93eabc20acaf037affe7ed2d 100644
--- a/extensions/browser/extension_message_filter.h
+++ b/extensions/browser/extension_message_filter.h
@@ -80,6 +80,7 @@ class ExtensionMessageFilter : public content::BrowserMessageFilter {
void OnExtensionTransferBlobsAck(const std::vector<std::string>& blob_uuids);
void OnExtensionWakeEventPage(int request_id,
const std::string& extension_id);
+ void OnExtensionNotifyBadExtensionApiSchema(const std::string& api);
// Responds to the ExtensionHostMsg_WakeEventPage message.
void SendWakeEventPageResponse(int request_id, bool success);
« no previous file with comments | « no previous file | extensions/browser/extension_message_filter.cc » ('j') | extensions/browser/extension_message_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698