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

Unified Diff: extensions/common/view_type.h

Issue 14646041: Allow virtual keyboard window to access audio stream and speech api for voice input (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add view type Created 7 years, 7 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/ash_keyboard_controller_proxy.cc ('k') | ui/keyboard/keyboard_controller_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/view_type.h
diff --git a/extensions/common/view_type.h b/extensions/common/view_type.h
index 690ecabe58ea36c30cd69762ce24a1aa9ee849ab..4ad29237daa82eba7bcf9bad9be5472d58c1647b 100644
--- a/extensions/common/view_type.h
+++ b/extensions/common/view_type.h
@@ -25,6 +25,7 @@ enum ViewType {
VIEW_TYPE_NOTIFICATION,
VIEW_TYPE_PANEL,
VIEW_TYPE_TAB_CONTENTS,
+ VIEW_TYPE_VIRTUAL_KEYBOARD
Matt Perry 2013/05/21 18:00:34 nit: leave a trailing comma
bshe 2013/05/23 13:59:23 Done.
};
// Constant strings corresponding to the Type enumeration values. Used
« no previous file with comments | « chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc ('k') | ui/keyboard/keyboard_controller_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698