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

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: 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/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..9fa9f92fb82d64ec2a620d3d522ff47f2321e9f5 100644
--- a/chrome/browser/sync/sync_ui_util.h
+++ b/chrome/browser/sync/sync_ui_util.h
@@ -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);

Powered by Google App Engine
This is Rietveld 408576698