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

Unified Diff: extensions/common/view_type.h

Issue 1550983003: Give the ChromeVox Panel an extension view type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add VIEW_TYPE_EXTENSION_OTHER Created 4 years, 12 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
Index: extensions/common/view_type.h
diff --git a/extensions/common/view_type.h b/extensions/common/view_type.h
index bbe498dbb63baa969ceaa7ea764a252bcf449e5b..b4b923b110aa6f2a27a21530a413bad164595caa 100644
--- a/extensions/common/view_type.h
+++ b/extensions/common/view_type.h
@@ -19,6 +19,7 @@ enum ViewType {
VIEW_TYPE_EXTENSION_BACKGROUND_PAGE,
VIEW_TYPE_EXTENSION_DIALOG,
VIEW_TYPE_EXTENSION_GUEST,
+ VIEW_TYPE_EXTENSION_OTHER,
Devlin 2016/01/04 18:29:14 Two thoughts: - I think you're missing a few spots
robwu 2016/01/04 18:40:33 I'm envisioning a catch-all without any special me
dmazzoni 2016/01/04 18:42:13 I added it to the developerPrivate API. I did a s
Devlin 2016/01/05 17:45:46 The speech recognition is done for almost every vi
robwu 2016/01/05 22:48:22 Right. I have no objections against merging the tw
Devlin 2016/01/05 23:00:49 What do you mean by "detached WebContents"? The s
robwu 2016/01/05 23:05:03 This is a detached WebContents (=not associated wi
VIEW_TYPE_EXTENSION_POPUP,
VIEW_TYPE_LAUNCHER_PAGE,
VIEW_TYPE_PANEL,
« extensions/browser/process_manager.cc ('K') | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698