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

Unified Diff: chrome/browser/cocoa/clear_browsing_data_controller.h

Issue 3798007: Merge 62782 - Revert 62189 - [Mac] Update Clear Browsing dialog for proper fu... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: Created 10 years, 2 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/app/nibs/ClearBrowsingData.xib ('k') | chrome/browser/cocoa/clear_browsing_data_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/clear_browsing_data_controller.h
===================================================================
--- chrome/browser/cocoa/clear_browsing_data_controller.h (revision 62949)
+++ chrome/browser/cocoa/clear_browsing_data_controller.h (working copy)
@@ -13,7 +13,6 @@
class BrowsingDataRemover;
class ClearBrowsingObserver;
class Profile;
-class ProfileSyncService;
@class ThrobberView;
// Name of notification that is called when data is cleared.
@@ -33,7 +32,6 @@
// automated tests. The remove deletes itself when it's done, so this is a
// weak reference.
BrowsingDataRemover* remover_;
- ProfileSyncService* sync_service_;
scoped_ptr<ClearBrowsingObserver> observer_;
BOOL isClearing_; // YES while clearing data is ongoing.
NSString* clearingStatus_;
@@ -82,7 +80,6 @@
@property (nonatomic) NSInteger timePeriod;
@property (nonatomic) BOOL isClearing;
@property (nonatomic, copy) NSString* clearingStatus;
-@property (readonly, nonatomic) BOOL isSyncVisible;
@property (readonly, nonatomic) BOOL isSyncEnabled;
@property (readonly) NSFont* labelFont;
« no previous file with comments | « chrome/app/nibs/ClearBrowsingData.xib ('k') | chrome/browser/cocoa/clear_browsing_data_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698