summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/page_click_tracker_browsertest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Call webkit init once for all chrome unit tests and move the only unittestmichaeln@google.com2011-02-041-0/+124
that was initting webkit itself to the browsertest harness where each test is expected to init webkit. Initting webkit is useful for two reasons: 1. It allows the use of some primitive webkit data types like WebString and WebSecurityOrigin. 2. Individual unittests should not be initting webkit on their own, initting it here ensures attempts to do so within an individual test will fail. BUG=52357 TEST=none Review URL: http://codereview.chromium.org/6291007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73743 0039d316-1c4b-4281-b951-d872f2087c98