Index: ios/chrome/browser/experimental_flags.h |
diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h |
index af5de7ff776a16144c3174c558df35947391faf6..65a01f0cc579fcb2901da60698e9b855681de3c5 100644 |
--- a/ios/chrome/browser/experimental_flags.h |
+++ b/ios/chrome/browser/experimental_flags.h |
@@ -57,6 +57,9 @@ bool UseOnlyLocalHeuristicsForPasswordGeneration(); |
// Whether the Tab Switcher is enabled for iPad or not. |
bool IsTabSwitcherEnabled(); |
+// YES if the reading list is enabled. |
sdefresne
2016/01/26 10:03:15
drive-by: maybe something like "Whether the readin
stkhapugin
2016/01/26 12:28:33
Done.
|
+bool IsReadingListEnabled(); |
+ |
} // namespace experimental_flags |
#endif // IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_ |