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

Side by Side Diff: chrome/common/install_state_traits.h

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change security owners Created 4 years, 6 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
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "android_webview/common/render_view_messages.h" 5 #include "chrome/common/search_provider.h"
6 #include "ipc/ipc_message_macros.h"
6 7
7 namespace IPC { 8 IPC_ENUM_TRAITS_MIN_MAX_VALUE(search_provider::InstallState,
dcheng 2016/06/21 19:14:55 Can we just define the enum in mojom, remove the o
tibell 2016/06/23 02:47:16 Done.
8 9 search_provider::DENIED,
9 // TODO - add enums and custom IPC traits here when needed. 10 search_provider::INSTALLED_STATE_LAST)
10
11 } // namespace IPC
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698