Commit f1c2c6a2 authored by dimich's avatar dimich Committed by Commit bot

Remove unused code.

BUG=622424

Review-Url: https://codereview.chromium.org/2106873002
Cr-Commit-Position: refs/heads/master@{#402597}
parent eae3fc0f
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment