summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoramanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-15 19:54:42 +0000
committeramanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-15 19:54:42 +0000
commitfaf19bbf27a42842d4d2bc9a1e689dfcac3bd675 (patch)
treeffd7eb58cac407e6f66595f5201fb4b394260d17 /chrome
parent8dd3dddd1cd80d28cc8237a5dbcf9f60e3c24566 (diff)
downloadchromium_src-faf19bbf27a42842d4d2bc9a1e689dfcac3bd675.zip
chromium_src-faf19bbf27a42842d4d2bc9a1e689dfcac3bd675.tar.gz
chromium_src-faf19bbf27a42842d4d2bc9a1e689dfcac3bd675.tar.bz2
Add test shell WebView and WebWidget host classes. This are stopgaps and
are subject to change as the rest of the rendering and event handling paths come together. Review URL: http://codereview.chromium.org/3062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/page_transition_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/page_transition_types.h b/chrome/common/page_transition_types.h
index 1beab06..d44bb28 100644
--- a/chrome/common/page_transition_types.h
+++ b/chrome/common/page_transition_types.h
@@ -22,6 +22,9 @@ class PageTransition {
// A type is made of a core value and a set of qualifiers. A type has one
// core value and 0 or or more qualifiers.
enum {
+ // force this enum to be signed for gcc's benefit
+ UNUSED = -1,
+
// User got to this page by clicking a link on another page.
LINK = 0,