summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_view_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/render_view_commands.h')
-rw-r--r--chrome/common/render_view_commands.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/chrome/common/render_view_commands.h b/chrome/common/render_view_commands.h
deleted file mode 100644
index 541e7ea..0000000
--- a/chrome/common/render_view_commands.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2011 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_RENDER_VIEW_COMMANDS_H_
-#define CHROME_COMMON_RENDER_VIEW_COMMANDS_H_
-#pragma once
-
-// These identify commands that the renderer process enables or disables
-// in the browser process. For example, this is used on the Mac to keep
-// the spell check menu commands in sync with the renderer state.
-enum RenderViewCommand {
- RENDER_VIEW_COMMAND_TOGGLE_SPELL_CHECK,
-};
-
-enum RenderViewCommandCheckedState {
- RENDER_VIEW_COMMAND_CHECKED_STATE_UNCHECKED,
- RENDER_VIEW_COMMAND_CHECKED_STATE_CHECKED,
- RENDER_VIEW_COMMAND_CHECKED_STATE_MIXED,
-};
-
-
-#endif // CHROME_COMMON_RENDER_VIEW_COMMANDS_H_