diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 22:24:01 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 22:24:01 +0000 |
commit | 45671618a6690a8501f01905a4ed6d19cfcdc0b1 (patch) | |
tree | 92137770b65d54fb7b025e7d004bc3c0c107955f /chrome/browser/tab_contents/navigation_entry.h | |
parent | 30369d92f0970a3b4f8720a00449023cb171fd28 (diff) | |
download | chromium_src-45671618a6690a8501f01905a4ed6d19cfcdc0b1.zip chromium_src-45671618a6690a8501f01905a4ed6d19cfcdc0b1.tar.gz chromium_src-45671618a6690a8501f01905a4ed6d19cfcdc0b1.tar.bz2 |
Migrating the SSL UI tests to be browser tests.
Reenabling all of them.
Hopefully it'll help with flakiness.
Note that I am keeping the SSL UI tests alive until the browser test framework has been ported to Mac and Linux.
BUG=6584,2136
TEST=Run the browser tests.
Review URL: http://codereview.chromium.org/101013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/navigation_entry.h')
-rw-r--r-- | chrome/browser/tab_contents/navigation_entry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/navigation_entry.h b/chrome/browser/tab_contents/navigation_entry.h index 677e633..964a724 100644 --- a/chrome/browser/tab_contents/navigation_entry.h +++ b/chrome/browser/tab_contents/navigation_entry.h @@ -100,7 +100,7 @@ class NavigationEntry { // Raw accessors for all the content status flags. This contains a // combination of any of the ContentStatusFlags defined above. It is used - // by the UI tests for checking and for certain copying. Use the per-status + // by some tests for checking and for certain copying. Use the per-status // functions for normal usage. void set_content_status(int content_status) { content_status_ = content_status; @@ -120,7 +120,7 @@ class NavigationEntry { // Copy and assignment is explicitly allowed for this class. }; - // The type of the page an entry corresponds to. Used by ui tests. + // The type of the page an entry corresponds to. Used by tests. enum PageType { NORMAL_PAGE = 0, ERROR_PAGE, |