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

Unified Diff: chrome/browser/sync/sync_setup_flow.h

Issue 7093004: Sync: Refactor the ProfileSyncService and sync setup flow to remove use of WebUI from PSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win fix. Created 9 years, 6 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/sync/sync_setup_flow.h
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h
index 73b574cba69ec19f2fcdf87a22296a6a31101787..ecaa2b758b9b21484ed97e6f4a931d79c842bf21 100644
--- a/chrome/browser/sync/sync_setup_flow.h
+++ b/chrome/browser/sync/sync_setup_flow.h
@@ -61,12 +61,6 @@ class SyncSetupFlow {
ProfileSyncService* service,
DictionaryValue* args);
- // Fills |args| for the enter passphrase screen.
- static void GetArgsForEnterPassphrase(
- bool tried_creating_explicit_passphrase,
- bool tried_setting_explicit_passphrase,
- DictionaryValue* args);
-
void AttachSyncSetupHandler(SyncSetupFlowHandler* handler);
// Triggers a state machine transition to advance_state.

Powered by Google App Engine
This is Rietveld 408576698