Chromium Code Reviews| Index: base/android/java/src/org/chromium/base/MemoryPressureList.template |
| diff --git a/base/android/java/src/org/chromium/base/MemoryPressureList.template b/base/android/java/src/org/chromium/base/MemoryPressureList.template |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c9da4e445b3ae02bc6ec2790ad1b38ab5bcdc237 |
| --- /dev/null |
| +++ b/base/android/java/src/org/chromium/base/MemoryPressureList.template |
| @@ -0,0 +1,11 @@ |
| +// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +package org.chromium.base; |
| + |
| +public class MemoryPressureList { |
| +#define DEFINE_MEMORY_PRESSURE_TYPE(name, value) \ |
| + public static final int name = value; |
|
joth
2013/06/05 16:51:23
indent++
bulach
2013/06/05 19:02:11
Done.
|
| +#include "base/memory/memory_pressure_handler_list.h" |
| +} |