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

Unified Diff: components/offline_pages/downloads/download_notifying_observer.h

Issue 2303953002: Rename an Enum to a slightly better name. (Closed)
Patch Set: Merged. Created 4 years, 3 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: components/offline_pages/downloads/download_notifying_observer.h
diff --git a/components/offline_pages/downloads/download_notifying_observer.h b/components/offline_pages/downloads/download_notifying_observer.h
index f090492081406a7ae52a3e54d57f7d3eee8878d0..44f1e1f617c4991966e645a312359920cf7fbb3f 100644
--- a/components/offline_pages/downloads/download_notifying_observer.h
+++ b/components/offline_pages/downloads/download_notifying_observer.h
@@ -31,8 +31,9 @@ class DownloadNotifyingObserver : public RequestCoordinator::Observer,
// RequestCoordinator::Observer implementation:
void OnAdded(const SavePageRequest& request) override;
void OnChanged(const SavePageRequest& request) override;
- void OnCompleted(const SavePageRequest& request,
- RequestCoordinator::SavePageStatus status) override;
+ void OnCompleted(
+ const SavePageRequest& request,
+ RequestCoordinator::BackgroundSavePageResult status) override;
private:
friend class DownloadNotifyingObserverTest;

Powered by Google App Engine
This is Rietveld 408576698