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

Unified Diff: chrome/browser/ui/webui/options/options_sync_setup_handler.h

Issue 9295044: Start moving signin code out of browser/sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar review feedback changes. 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/options/options_sync_setup_handler.h
diff --git a/chrome/browser/ui/webui/options/options_sync_setup_handler.h b/chrome/browser/ui/webui/options/options_sync_setup_handler.h
index 3f761acef663bf80f6b7d78ed9042c706857dae9..679fbbd8259fe59f733a1ec27c4ca1892a77d972 100644
--- a/chrome/browser/ui/webui/options/options_sync_setup_handler.h
+++ b/chrome/browser/ui/webui/options/options_sync_setup_handler.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -15,8 +15,6 @@ class OptionsSyncSetupHandler : public SyncSetupHandler {
virtual ~OptionsSyncSetupHandler();
protected:
- virtual void StepWizardForShowSetupUI() OVERRIDE;
-
virtual void ShowSetupUI() OVERRIDE;
};

Powered by Google App Engine
This is Rietveld 408576698