summaryrefslogtreecommitdiffstats
path: root/chrome/common/descriptors_android.h
blob: 9dcf4a1332263df756d4fc65804c00d6ff3ce728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (c) 2012 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.

#ifndef CHROME_COMMON_DESCRIPTORS_ANDROID_H_
#define CHROME_COMMON_DESCRIPTORS_ANDROID_H_

#include "build/build_config.h"
#include "content/public/common/content_descriptors.h"

enum {
#if defined(OS_ANDROID)
  kAndroidLocalePakDescriptor = kContentIPCDescriptorMax + 1,
  kAndroidChrome100PercentPakDescriptor,
  kAndroidUIResourcesPakDescriptor,
  kAndroidMinidumpDescriptor,
#endif
};

#endif  // CHROME_COMMON_DESCRIPTORS_ANDROID_H_