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

Unified Diff: chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc

Issue 9295044: Start moving signin code out of browser/sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up unnecessary inclusions of signin_manager.h Created 8 years, 10 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/ui/webui/sync_promo/sync_promo_handler2.cc
diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc b/chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc
index b638cdc3085706f80f32da3da971c60f0dbe0393..1c6e522afd78dd6fe500be5bd6fcf0b8907cd377 100644
--- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc
+++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc
@@ -181,13 +181,6 @@ void SyncPromoHandler2::Observe(int type,
}
}
-void SyncPromoHandler2::StepWizardForShowSetupUI() {
- ProfileSyncService* service =
- ProfileSyncServiceFactory::GetInstance()->GetForProfile(
- Profile::FromWebUI(web_ui_));
- service->get_wizard().Step(SyncSetupWizard::GetLoginState());
-}
-
void SyncPromoHandler2::ShowSetupUI() {
// We don't need to do anything here; The UI for the sync promo is already
// displayed.
« no previous file with comments | « chrome/browser/ui/webui/sync_promo/sync_promo_handler2.h ('k') | chrome/browser/ui/webui/sync_setup_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698