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

Unified Diff: chrome/browser/tab_contents/navigation_entry.h

Issue 101013: Migrating the SSL UI tests to be browser tests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/ssl/ssl_browser_tests.cc ('k') | chrome/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/navigation_entry.h
===================================================================
--- chrome/browser/tab_contents/navigation_entry.h (revision 14732)
+++ chrome/browser/tab_contents/navigation_entry.h (working copy)
@@ -100,7 +100,7 @@
// 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 @@
// 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,
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698