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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover.h

Issue 12087120: Revert 179987 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/browsing_data/browsing_data_remover.h
===================================================================
--- chrome/browser/browsing_data/browsing_data_remover.h (revision 179992)
+++ chrome/browser/browsing_data/browsing_data_remover.h (working copy)
@@ -50,11 +50,11 @@
// BrowsingDataRemover is responsible for removing data related to browsing:
// visits in url database, downloads, cookies ...
-class BrowsingDataRemover : public content::NotificationObserver
+class BrowsingDataRemover : public content::NotificationObserver,
#if defined(ENABLE_PLUGINS)
- , public PepperFlashSettingsManager::Client
+ public PepperFlashSettingsManager::Client,
#endif
- {
+ public base::WaitableEventWatcher::Delegate {
public:
// Time period ranges available when doing browsing data removals.
enum TimePeriod {
@@ -210,8 +210,10 @@
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
+ // WaitableEventWatcher implementation.
// Called when plug-in data has been cleared. Invokes NotifyAndDeleteIfDone.
- void OnWaitableEventSignaled(base::WaitableEvent* waitable_event);
+ virtual void OnWaitableEventSignaled(
+ base::WaitableEvent* waitable_event) OVERRIDE;
#if defined(ENABLE_PLUGINS)
// PepperFlashSettingsManager::Client implementation.
« no previous file with comments | « base/synchronization/waitable_event_watcher_win.cc ('k') | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698