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

Unified Diff: chrome/browser/chromeos/login/profile_auth_data.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
Index: chrome/browser/chromeos/login/profile_auth_data.h
===================================================================
--- chrome/browser/chromeos/login/profile_auth_data.h (revision 177312)
+++ chrome/browser/chromeos/login/profile_auth_data.h (working copy)
@@ -20,11 +20,10 @@
// server bound certs from the profile that was used for authentication.
// |cookies_transfered_callback| will be called on UI thread after cookie
// transfer part of this operation is completed.
- static void Transfer(
- Profile* from_profile,
- Profile* to_profile,
- bool transfer_cookies,
- const base::Callback<void()>& cookies_transfered_callback);
+ static void Transfer(Profile* from_profile,
+ Profile* to_profile,
+ bool transfer_cookies,
+ const base::Closure& cookies_transfered_callback);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(ProfileAuthData);
« no previous file with comments | « chrome/browser/chromeos/login/policy_oauth_fetcher.cc ('k') | chrome/browser/chromeos/login/profile_auth_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698