diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-13 23:43:23 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-13 23:43:23 +0000 |
commit | 79bb91d1df82b4eb6e0fae56d3fd3f53ef7b74b6 (patch) | |
tree | b4a89b4719dda04897c0c316070066004ee81eb7 /chrome/common | |
parent | fac8e07ac35d3b5eb86c573ba3b0a8309fe0ab31 (diff) | |
download | chromium_src-79bb91d1df82b4eb6e0fae56d3fd3f53ef7b74b6.zip chromium_src-79bb91d1df82b4eb6e0fae56d3fd3f53ef7b74b6.tar.gz chromium_src-79bb91d1df82b4eb6e0fae56d3fd3f53ef7b74b6.tar.bz2 |
Reland http://codereview.chromium.org/3573014/show.
BUG=57885
TEST=included
Review URL: http://codereview.chromium.org/3755006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/view_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/view_types.h b/chrome/common/view_types.h index 2d9c539..7a1caf0 100644 --- a/chrome/common/view_types.h +++ b/chrome/common/view_types.h @@ -21,6 +21,7 @@ class ViewType { DEV_TOOLS_UI, INTERSTITIAL_PAGE, NOTIFICATION, + HTML_DIALOG_UI, }; // Constant strings corresponding to the Type enumeration values. Used |