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

Unified Diff: components/offline_pages/core/offline_page_model_impl.h

Issue 2564163002: [Offline Pages] Remove load state from public OfflinePageModel API. (Closed)
Patch Set: Fix broken tests. Created 4 years 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/core/offline_page_model_impl.h
diff --git a/components/offline_pages/core/offline_page_model_impl.h b/components/offline_pages/core/offline_page_model_impl.h
index 15846d57eeac0938b8bfcce3573e83048391dc47..aa7e881aa601157e7a68185b4acf429bbd8051f3 100644
--- a/components/offline_pages/core/offline_page_model_impl.h
+++ b/components/offline_pages/core/offline_page_model_impl.h
@@ -107,8 +107,6 @@ class OfflinePageModelImpl : public OfflinePageModel, public KeyedService {
OfflinePageStorageManager* GetStorageManager();
- bool is_loaded() const override;
-
OfflineEventLogger* GetLogger() override;
protected:

Powered by Google App Engine
This is Rietveld 408576698