diff options
author | kbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 01:03:53 +0000 |
---|---|---|
committer | kbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 01:03:53 +0000 |
commit | f07bd3ccf1fde3aa31d97670b2f534355507f89e (patch) | |
tree | 63a12141e856715f6c9ac69a36369f9283bb0e94 /chrome/test/reliability/page_load_test.cc | |
parent | e354e8860c35a7730b74860e67ae02468c37d0de (diff) | |
download | chromium_src-f07bd3ccf1fde3aa31d97670b2f534355507f89e.zip chromium_src-f07bd3ccf1fde3aa31d97670b2f534355507f89e.tar.gz chromium_src-f07bd3ccf1fde3aa31d97670b2f534355507f89e.tar.bz2 |
Remove duplicate NotificationService causing assertion failures in
debug builds of reliability_tests.
BUG=90443
TBR=phajdan.jr
Review URL: http://codereview.chromium.org/7790019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/reliability/page_load_test.cc')
-rw-r--r-- | chrome/test/reliability/page_load_test.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc index 21a6147..b14c437 100644 --- a/chrome/test/reliability/page_load_test.cc +++ b/chrome/test/reliability/page_load_test.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // @@ -669,8 +669,6 @@ class PageLoadTest : public UITest { return test_dir; } - NotificationService notification_service_; - // The pathname of Chrome's crash dumps directory. FilePath crash_dumps_dir_path_; |