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

Unified Diff: chrome/browser/background/background_contents_service.h

Issue 1362223002: Cleanup: Remove references to tests that no longer exists / are unused. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IWYU Created 5 years, 3 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 | « base/prefs/pref_value_store.h ('k') | chrome/browser/extensions/webstore_standalone_installer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background/background_contents_service.h
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h
index 725f964c1f06c375fa86900c71f99372f5e1da5e..0531b2d15112bd638c5e10ee9ac595c47d42c3bd 100644
--- a/chrome/browser/background/background_contents_service.h
+++ b/chrome/browser/background/background_contents_service.h
@@ -102,7 +102,8 @@ class BackgroundContentsService : private content::NotificationObserver,
// Gets the parent application id for the passed BackgroundContents. Returns
// an empty string if no parent application found (e.g. passed
// BackgroundContents has already shut down).
- const base::string16& GetParentApplicationId(BackgroundContents* contents) const;
+ const base::string16& GetParentApplicationId(
+ BackgroundContents* contents) const;
// Creates a new BackgroundContents using the passed |site| and
// the |route_id| and begins tracking the object internally so it can be
@@ -130,16 +131,11 @@ class BackgroundContentsService : private content::NotificationObserver,
private:
friend class BackgroundContentsServiceTest;
friend class MockBackgroundContents;
- friend class TaskManagerNoShowBrowserTest;
FRIEND_TEST_ALL_PREFIXES(BackgroundContentsServiceTest,
BackgroundContentsCreateDestroy);
FRIEND_TEST_ALL_PREFIXES(BackgroundContentsServiceTest,
TestApplicationIDLinkage);
- FRIEND_TEST_ALL_PREFIXES(TaskManagerNoShowBrowserTest,
- NoticeBGContentsChanges);
- FRIEND_TEST_ALL_PREFIXES(TaskManagerNoShowBrowserTest,
- KillBGContents);
// Registers for various notifications.
void StartObserving(Profile* profile);
« no previous file with comments | « base/prefs/pref_value_store.h ('k') | chrome/browser/extensions/webstore_standalone_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698