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, |