| Index: content/public/common/javascript_message_type.h
|
| diff --git a/content/public/common/javascript_message_type.h b/content/public/common/javascript_message_type.h
|
| deleted file mode 100644
|
| index 8cc59744d7b968b82a28c1983f079adfb1115721..0000000000000000000000000000000000000000
|
| --- a/content/public/common/javascript_message_type.h
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -// 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 CONTENT_PUBLIC_COMMON_JAVASCRIPT_MESSAGE_TYPE_H_
|
| -#define CONTENT_PUBLIC_COMMON_JAVASCRIPT_MESSAGE_TYPE_H_
|
| -
|
| -namespace content {
|
| -
|
| -enum JavaScriptMessageType {
|
| - JAVASCRIPT_MESSAGE_TYPE_ALERT,
|
| - JAVASCRIPT_MESSAGE_TYPE_CONFIRM,
|
| - JAVASCRIPT_MESSAGE_TYPE_PROMPT
|
| -};
|
| -
|
| -} // namespace content
|
| -
|
| -#endif // CONTENT_PUBLIC_COMMON_JAVASCRIPT_MESSAGE_TYPE_H_
|
|
|