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

Unified Diff: ios/chrome/browser/reading_list/reading_list_model_factory.h

Issue 2506183004: Revert of Fix nullptr exception on ios_internal (Closed)
Patch Set: Fix patch conflict. Created 4 years, 1 month 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 | « no previous file | ios/chrome/browser/reading_list/reading_list_model_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/reading_list_model_factory.h
diff --git a/ios/chrome/browser/reading_list/reading_list_model_factory.h b/ios/chrome/browser/reading_list/reading_list_model_factory.h
index 9affb93b644b2863774339ec968d47a717e02689..6d18ef1ca01e4dcc05c621e8a41da76ac7683fea 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_factory.h
+++ b/ios/chrome/browser/reading_list/reading_list_model_factory.h
@@ -24,7 +24,6 @@ class ChromeBrowserState;
// ios::ChromeBrowserState.
class ReadingListModelFactory : public BrowserStateKeyedServiceFactory {
public:
- static bool IsReadingListEnabled();
static ReadingListModel* GetForBrowserState(
ios::ChromeBrowserState* browser_state);
static ReadingListModel* GetForBrowserStateIfExists(
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_model_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698