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

Unified Diff: chrome/browser/chromeos/login/login_utils.h

Issue 23678007: OAuth2LoginManager+MergeSessionThrottle hardening, multi-profle support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/chromeos/login/login_utils.h
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h
index b543e233a4fb06841268c6fb973813732ca9f11c..b000403fd064695d717dd8fe1b4d7fef1b817ed3 100644
--- a/chrome/browser/chromeos/login/login_utils.h
+++ b/chrome/browser/chromeos/login/login_utils.h
@@ -102,9 +102,6 @@ class LoginUtils {
// Restores authentication session after crash.
virtual void RestoreAuthenticationSession(Profile* profile) = 0;
- // Stops background fetchers.
- virtual void StopBackgroundFetchers() = 0;
-
// Initialize RLZ.
virtual void InitRlzDelayed(Profile* user_profile) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698