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

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

Issue 872433006: Disconnect one click sign in code. The code itself will be removed in followup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 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/ui/sync/one_click_signin_helper.h
diff --git a/chrome/browser/ui/sync/one_click_signin_helper.h b/chrome/browser/ui/sync/one_click_signin_helper.h
index 4366c365ebc508e7d2bf31b0c517fcfd3f5e46ba..335ad333f65b495ee8a6a3c3ee4deee7471ac9d1 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper.h
+++ b/chrome/browser/ui/sync/one_click_signin_helper.h
@@ -335,12 +335,6 @@ class OneClickSigninHelper
const content::FrameNavigateParams& params) override;
void DidStopLoading(content::RenderViewHost* render_view_host) override;
- OneClickSigninSyncStarter::Callback CreateSyncStarterCallback();
-
- // Callback invoked when OneClickSigninSyncStarter completes sync setup.
- void SyncSetupCompletedCallback(
- OneClickSigninSyncStarter::SyncSetupResult result);
-
// Tracks if we are in the process of showing the signin or one click
// interstitial page. It's set to true the first time we load one of those
// pages and set to false when transient state is cleaned.

Powered by Google App Engine
This is Rietveld 408576698