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

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

Issue 2878012: Revert 50902 - New HTML Sync Setup UI.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/450/src/
Patch Set: Created 10 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
« no previous file with comments | « chrome/browser/sync/resources/setup_flow.html ('k') | chrome/browser/sync/sync_setup_flow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_setup_flow.h
===================================================================
--- chrome/browser/sync/sync_setup_flow.h (revision 51166)
+++ chrome/browser/sync/sync_setup_flow.h (working copy)
@@ -47,11 +47,6 @@
const ProfileSyncService* service,
DictionaryValue* args);
- // Fills |args| with "user" and "error" arguments by querying |service|.
- static void GetArgsForChooseDataTypes(
- ProfileSyncService* service,
- DictionaryValue* args);
-
// Triggers a state machine transition to advance_state.
void Advance(SyncSetupWizard::State advance_state);
@@ -132,14 +127,8 @@
service_->OnUserSubmittedAuth(username, password, captcha);
}
- void OnUserChoseDataTypes(bool sync_everything,
- syncable::ModelTypeSet& chosen_types) {
- service_->OnUserChoseDatatypes(sync_everything, chosen_types);
- }
-
private:
FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, InitialStepLogin);
- FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, ChooseDataTypesSetsPrefs);
FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, InitialStepMergeAndSync);
FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, DialogCancelled);
FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, InvalidTransitions);
@@ -215,14 +204,12 @@
void ClickCustomizeOk(const Value* value);
void ClickCustomizeCancel(const Value* value);
void HandleSubmitAuth(const Value* value);
- void HandleChooseDataTypes(const Value* value);
void HandleSubmitMergeAndSync(const Value* value);
// These functions control which part of the HTML is visible.
void ShowGaiaLogin(const DictionaryValue& args);
void ShowGaiaSuccessAndClose();
void ShowGaiaSuccessAndSettingUp();
- void ShowChooseDataTypes(const DictionaryValue& args);
void ShowSetupDone(const std::wstring& user);
void ShowFirstTimeDone(const std::wstring& user);
« no previous file with comments | « chrome/browser/sync/resources/setup_flow.html ('k') | chrome/browser/sync/sync_setup_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698