diff options
Diffstat (limited to 'chrome/common/validation_message_messages.h')
-rw-r--r-- | chrome/common/validation_message_messages.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/chrome/common/validation_message_messages.h b/chrome/common/validation_message_messages.h deleted file mode 100644 index 26540b1..0000000 --- a/chrome/common/validation_message_messages.h +++ /dev/null @@ -1,22 +0,0 @@ -// 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. - -#include "base/strings/string16.h" -#include "ipc/ipc_message_macros.h" -#include "ui/gfx/rect.h" - -#define IPC_MESSAGE_START ValidationMessageMsgStart - -IPC_MESSAGE_CONTROL4(ValidationMessageMsg_ShowValidationMessage, - int /* route id */, - gfx::Rect /* anchor rectangle in root view coordinate */, - base::string16 /* validation message */, - base::string16 /* supplemental text */) - -IPC_MESSAGE_CONTROL0(ValidationMessageMsg_HideValidationMessage) - -IPC_MESSAGE_CONTROL2(ValidationMessageMsg_MoveValidationMessage, - int /* route id */, - gfx::Rect /* anchor rectangle in root view coordinate */) - |