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

Unified Diff: content/common/memory_messages.h

Issue 2643743002: Mojify demuxers and allow running {Chunk/FFmpeg}Demuxer in a Utility Process (Closed)
Patch Set: Rebase and make sure to unbind mojom::DemuxerPtr on the bound thread during termination Created 3 years, 10 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 | « content/browser/media/media_interface_proxy.cc ('k') | content/renderer/media/media_interface_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/memory_messages.h
diff --git a/content/common/memory_messages.h b/content/common/memory_messages.h
index 42f0d47e7af94513bd51ae448e08e39f5d812f75..f74e74574d452282dca882846ec44cd6e12e7b82 100644
--- a/content/common/memory_messages.h
+++ b/content/common/memory_messages.h
@@ -17,11 +17,6 @@
#define IPC_MESSAGE_START MemoryMsgStart
-IPC_ENUM_TRAITS_VALIDATE(
- base::MemoryPressureListener::MemoryPressureLevel,
- (value == base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_MODERATE ||
- value == base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL))
-
// Sent to all child processes to enable/disable suppressing memory pressure
// notifications.
IPC_MESSAGE_CONTROL1(MemoryMsg_SetPressureNotificationsSuppressed,
« no previous file with comments | « content/browser/media/media_interface_proxy.cc ('k') | content/renderer/media/media_interface_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698