Index: ios/chrome/browser/snapshots/snapshot_manager.h |
diff --git a/ios/chrome/browser/snapshots/snapshot_manager.h b/ios/chrome/browser/snapshots/snapshot_manager.h |
index 82d3511a7cbf5b6450151ac6040c9fbe421b5de8..13e4fce5f2e51f6bf9e4d5fb82663c6c6cc731ee 100644 |
--- a/ios/chrome/browser/snapshots/snapshot_manager.h |
+++ b/ios/chrome/browser/snapshots/snapshot_manager.h |
@@ -28,8 +28,6 @@ |
withRect:(CGRect)rect |
overlays:(NSArray*)overlays; |
-// TODO(shreyasv): Consider passing the sessionID into SnapshotManager from Tab |
Eugene But (OOO till 7-30)
2015/10/22 00:12:02
Why this TODO is not relevant anymore? Every metho
shreyasv1
2015/10/22 00:33:59
Done.
|
-// in the init method and simplifying the following methods. |
// Retrieve a cached snapshot for the |sessionID| and return it via the callback |
// if it exists. The callback is garanteed to be called synchronously if the |
// image is in memory. It will be called asynchronously if the image is on disk |