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

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

Issue 11991002: Merge 176800 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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 | « chrome/browser/chromeos/login/login_performer.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.h
===================================================================
--- chrome/browser/chromeos/login/login_utils.h (revision 177312)
+++ chrome/browser/chromeos/login/login_utils.h (working copy)
@@ -8,7 +8,6 @@
#include <string>
#include "base/memory/ref_counted.h"
-#include "google_apis/gaia/gaia_auth_consumer.h"
class CommandLine;
class GURL;
@@ -70,7 +69,6 @@
const std::string& username,
const std::string& display_email,
const std::string& password,
- bool pending_requests,
bool using_oauth,
bool has_cookies,
Delegate* delegate) = 0;
@@ -105,15 +103,6 @@
// Restores authentication session after crash.
virtual void RestoreAuthenticationSession(Profile* profile) = 0;
- // Starts process of fetching OAuth2 tokens (based on OAuth1 tokens found
- // in |user_profile|) and kicks off internal services that depend on them.
- virtual void StartTokenServices(Profile* user_profile) = 0;
-
- // Supply credentials for sync and others to use.
- virtual void StartSignedInServices(
- Profile* profile,
- const GaiaAuthConsumer::ClientLoginResult& credentials) = 0;
-
// Stops background fetchers.
virtual void StopBackgroundFetchers() = 0;
« no previous file with comments | « chrome/browser/chromeos/login/login_performer.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698