summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.cc
diff options
context:
space:
mode:
authortejasshah@google.com <tejasshah@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 18:22:12 +0000
committertejasshah@google.com <tejasshah@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 18:22:12 +0000
commit0e4dd7eb25e6e005d1027504bc5f239d337a8f67 (patch)
treee4a4ddf91b2252b7513dbab0ca2ce142c4893193 /chrome/test/in_process_browser_test.cc
parent38b1503bd0d90f090744bd0a875a7d6975401aff (diff)
downloadchromium_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.cc')
-rw-r--r--chrome/test/in_process_browser_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index 0c58c55..50d66ed 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.cc
@@ -54,9 +54,6 @@ InProcessBrowserTest::InProcessBrowserTest()
}
void InProcessBrowserTest::SetUp() {
- // This method does nothing in default case. But can be overridden
- // to set user data dir for test.
- SetUpUserDataDirForTest();
// Cleanup the user data dir.
FilePath user_data_dir;
PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);