diff options
author | tejasshah@google.com <tejasshah@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 18:22:12 +0000 |
---|---|---|
committer | tejasshah@google.com <tejasshah@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 18:22:12 +0000 |
commit | 0e4dd7eb25e6e005d1027504bc5f239d337a8f67 (patch) | |
tree | e4a4ddf91b2252b7513dbab0ca2ce142c4893193 /chrome/test/in_process_browser_test.h | |
parent | 38b1503bd0d90f090744bd0a875a7d6975401aff (diff) | |
download | chromium_src-0e4dd7eb25e6e005d1027504bc5f239d337a8f67.zip chromium_src-0e4dd7eb25e6e005d1027504bc5f239d337a8f67.tar.gz chromium_src-0e4dd7eb25e6e005d1027504bc5f239d337a8f67.tar.bz2 |
Original Changelist being moved to this new location. Refer Original CL # 1109011 (Internal Review)
Added 2 new test cases + Code to handle favicon loading, copying History and
Favicon verification.
Fixed all the comments.Fixed jcampan's comments about removing virtual method for setting user-data-dir.
Review URL: http://codereview.chromium.org/165277
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r-- | chrome/test/in_process_browser_test.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h index 250c52e..f229277 100644 --- a/chrome/test/in_process_browser_test.h +++ b/chrome/test/in_process_browser_test.h @@ -52,9 +52,6 @@ class InProcessBrowserTest : public testing::Test { // Restores state configured in SetUp. virtual void TearDown(); - // This method can be overridden to set user data directory for test. - virtual void SetUpUserDataDirForTest() {} - // This method is used to decide if user data dir // needs to be deleted or not. virtual bool ShouldDeleteProfile() { return true; } |