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

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

Issue 3674005: [Mac] Update Clear Browsing dialog for proper functioning from incognito wind... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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 62169)
+++ chrome/browser/cocoa/clear_browsing_data_controller.h (working copy)
@@ -13,6 +13,7 @@
class BrowsingDataRemover;
class ClearBrowsingObserver;
class Profile;
+class ProfileSyncService;
@class ThrobberView;
// Name of notification that is called when data is cleared.
@@ -32,6 +33,7 @@
// 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_;
@@ -80,6 +82,7 @@
@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