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

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

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 | « ios/chrome/browser/reading_list/reading_list_model_factory.h ('k') | no next file » | 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.cc
diff --git a/ios/chrome/browser/reading_list/reading_list_model_factory.cc b/ios/chrome/browser/reading_list/reading_list_model_factory.cc
index 759f00d759632c81912b96645db8e531ce8906ea..5be056091b0e061fc1c64f957c0e18d4c9b75b54 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_factory.cc
+++ b/ios/chrome/browser/reading_list/reading_list_model_factory.cc
@@ -17,11 +17,6 @@
#include "ios/chrome/browser/reading_list/reading_list_pref_names.h"
// static
-bool ReadingListModelFactory::IsReadingListEnabled() {
- return experimental_flags::IsReadingListEnabled();
-}
-
-// static
ReadingListModel* ReadingListModelFactory::GetForBrowserState(
ios::ChromeBrowserState* browser_state) {
return static_cast<ReadingListModelImpl*>(
« no previous file with comments | « ios/chrome/browser/reading_list/reading_list_model_factory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698