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

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

Issue 9456031: Remove PSS::ShowLoginDialog() and obsolete IDC_SYNC_BOOKMARKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review feedback. 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
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/browser/sync/sync_ui_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_ui_util.h
diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h
index a729ebf1d577e8472a82a2056a11a38355531d5f..222a891210226ff51343e8ca9d45e5f86e58eb8a 100644
--- a/chrome/browser/sync/sync_ui_util.h
+++ b/chrome/browser/sync/sync_ui_util.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.
@@ -67,13 +67,6 @@ MessageType GetStatus(ProfileSyncService* service);
// Returns a string with the synchronization status.
string16 GetSyncMenuLabel(ProfileSyncService* service);
-// Open the appropriate sync dialog for the given profile (which can be
-// incognito). |browser| is the browser window that should be used if the UI
-// is in-window (i.e., WebUI). |code| should be one of the START_FROM_* codes.
-void OpenSyncMyBookmarksDialog(Profile* profile,
- Browser* browser,
- ProfileSyncService::SyncEventCodes code);
-
void AddBoolSyncDetail(base::ListValue* details,
const std::string& stat_name,
bool stat_value);
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/browser/sync/sync_ui_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698