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

Unified Diff: chrome/common/extensions/api/developer_private.idl

Issue 1550983003: Give the ChromeVox Panel an extension view type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: VIEW_TYPE_COMPONENT Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/ash/chrome_keyboard_ui.cc ('k') | extensions/browser/process_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index 882c7db961b115a4c98fe3e40ec6e25d15e21d54..564b1cb2d59a7c4a83df95711f09ab917391b04a 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -62,14 +62,14 @@ namespace developerPrivate {
enum ViewType {
APP_WINDOW,
BACKGROUND_CONTENTS,
+ COMPONENT,
EXTENSION_BACKGROUND_PAGE,
EXTENSION_DIALOG,
EXTENSION_GUEST,
EXTENSION_POPUP,
LAUNCHER_PAGE,
PANEL,
- TAB_CONTENTS,
- VIRTUAL_KEYBOARD
+ TAB_CONTENTS
};
enum ErrorType {
« no previous file with comments | « chrome/browser/ui/ash/chrome_keyboard_ui.cc ('k') | extensions/browser/process_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698