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

Side by Side Diff: content/common/memory_messages.h

Issue 1332583002: Architecture for cross-process memory notification suppressing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary includes Created 5 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
nasko 2015/09/16 21:18:37 Some comment describing what types of messages bel
petrcermak 2015/09/17 15:24:53 Done.
5 // Multiply-included message header, no traditional include guard.
6
7 #include "ipc/ipc_message_macros.h"
8
9 #define IPC_MESSAGE_START MemoryMsgStart
10
11 // Sent to all child processes to enable/disable suppressing memory
12 // notifications.
13 IPC_MESSAGE_CONTROL1(MemoryMsg_SetPressureNotificationsSuppressed,
14 bool /* suppressed */)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698