| Index: chrome/common/install_state_traits.h
|
| diff --git a/chrome/common/install_state_traits.h b/chrome/common/install_state_traits.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..64a1b0d5a4e0b20a0efac7332180b7b06fbcc49a
|
| --- /dev/null
|
| +++ b/chrome/common/install_state_traits.h
|
| @@ -0,0 +1,10 @@
|
| +// 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.
|
| +
|
| +#include "chrome/common/search_provider.h"
|
| +#include "ipc/ipc_message_macros.h"
|
| +
|
| +IPC_ENUM_TRAITS_MIN_MAX_VALUE(search_provider::InstallState,
|
| + search_provider::DENIED,
|
| + search_provider::INSTALLED_STATE_LAST)
|
|
|