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

Unified Diff: chrome/renderer/custom_menu_commands.h

Issue 8461011: Clean up plug-in placeholders: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/custom_menu_commands.h
diff --git a/chrome/renderer/custom_menu_commands.h b/chrome/renderer/custom_menu_commands.h
new file mode 100644
index 0000000000000000000000000000000000000000..e8bf53df609a91b96602548d65875eb579b5aa0a
--- /dev/null
+++ b/chrome/renderer/custom_menu_commands.h
@@ -0,0 +1,18 @@
+// 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_RENDERER_CUSTOM_MENU_COMMANDS_H_
+#define CHROME_RENDERER_CUSTOM_MENU_COMMANDS_H_
+#pragma once
+
+namespace chrome {
+
+enum MenuCommands {
+ MENU_COMMAND_PLUGIN_RUN = 1,
+ MENU_COMMAND_PLUGIN_HIDE = 2,
+};
+
+} // namespace chrome
+
+#endif // CHROME_RENDERER_CUSTOM_MENU_COMMANDS_H_

Powered by Google App Engine
This is Rietveld 408576698