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

Unified Diff: chrome/browser/android/offline_pages/recent_tab_helper.h

Issue 2106873002: Remove unused code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/recent_tab_helper.h
diff --git a/chrome/browser/android/offline_pages/recent_tab_helper.h b/chrome/browser/android/offline_pages/recent_tab_helper.h
index 8d65fa9e9ab4c2539aa1a78ff3e07a6defe7f0c6..32bea5193029e6add144ba18f4e1e21e340a3f78 100644
--- a/chrome/browser/android/offline_pages/recent_tab_helper.h
+++ b/chrome/browser/android/offline_pages/recent_tab_helper.h
@@ -42,17 +42,6 @@ class RecentTabHelper
// SnapshotController::Client
void StartSnapshot() override;
- // Test support.
- // A factory that supplies the instances of an OfflinePageArchiver.
- // This is used for testing, where we want to use a specific mock.
- class TestArchiveFactory {
- public:
- virtual ~TestArchiveFactory() {}
- virtual std::unique_ptr<OfflinePageArchiver> CreateArchiver(
- content::WebContents* web_contents) = 0;
- };
-
-
// Delegate that is used by RecentTabHelper to get external dependencies.
// Default implementation lives in .cc file, while tests provide an override.
class Delegate {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698