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

Unified Diff: chrome/browser/ui/sync/profile_signin_confirmation_helper.h

Issue 386023003: Make ProfileSigninConfirmationHelper delete itself instead of being refcounted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 6 years, 5 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 | « no previous file | chrome/browser/ui/sync/profile_signin_confirmation_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/sync/profile_signin_confirmation_helper.h
diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper.h b/chrome/browser/ui/sync/profile_signin_confirmation_helper.h
index d0d0c21cd12d54c9794221db4bb3fdde0f5cac08..949bcd2e134680fa029e6b51e05f90e3ef4f2766 100644
--- a/chrome/browser/ui/sync/profile_signin_confirmation_helper.h
+++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper.h
@@ -21,10 +21,12 @@ SkColor GetSigninConfirmationPromptBarColor(SkAlpha alpha);
// Determines whether the browser has ever been shutdown since the
// profile was created.
+// Exposed for testing.
bool HasBeenShutdown(Profile* profile);
// Determines whether there are any synced extensions installed (that
// shouldn't be ignored).
+// Exposed for testing.
bool HasSyncedExtensions(Profile* profile);
// Determines whether the user should be prompted to create a new
« no previous file with comments | « no previous file | chrome/browser/ui/sync/profile_signin_confirmation_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698