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

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

Issue 2655273003: Adds a first integration test for the Recent Tabs feature. (Closed)
Patch Set: Fix wrapping of comment text. Created 3 years, 11 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/core/offline_page_feature.h
diff --git a/components/offline_pages/core/offline_page_feature.h b/components/offline_pages/core/offline_page_feature.h
index 3210afb696e4eddf63f9d3ca31b185248eb4d493..fdd42e6ed8c7b5827278fddc735cb604f998cbc8 100644
--- a/components/offline_pages/core/offline_page_feature.h
+++ b/components/offline_pages/core/offline_page_feature.h
@@ -45,6 +45,10 @@ bool IsOfflinePagesAsyncDownloadEnabled();
// to offline pages.
bool ShouldUseNewBackgroundLoader();
+// Returns true if a command line for test has been set that shortens the
+// snapshot delay.
+bool ShouldUseTestingSnapshotDelay();
+
} // namespace offline_pages
#endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_FEATURE_H_

Powered by Google App Engine
This is Rietveld 408576698