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

Unified Diff: content/browser/appcache/appcache_dispatcher_host.h

Issue 1145013004: Introduce bad_message.h for chrome and NaCl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove newline Created 5 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
Index: content/browser/appcache/appcache_dispatcher_host.h
diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h
index c0a615ed259cd58ef429c23e54c513563b3d5ed9..c9c1cdd916d648ab997857cf2104c24d270b55b6 100644
--- a/content/browser/appcache/appcache_dispatcher_host.h
+++ b/content/browser/appcache/appcache_dispatcher_host.h
@@ -33,9 +33,6 @@ class AppCacheDispatcherHost : public BrowserMessageFilter {
protected:
~AppCacheDispatcherHost() override;
- // BrowserMessageFilter override.
- void BadMessageReceived() override;
-
private:
// IPC message handlers
void OnRegisterHost(int host_id);

Powered by Google App Engine
This is Rietveld 408576698