| Index: ios/chrome/browser/chrome_switches.cc | 
| diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc | 
| index 4af3f0110667ede3dd73934c097a32647f7420a0..d435132678c937846240ef6710b086ad641f1ce3 100644 | 
| --- a/ios/chrome/browser/chrome_switches.cc | 
| +++ b/ios/chrome/browser/chrome_switches.cc | 
| @@ -31,4 +31,10 @@ const char kDisableKeyboardCommands[] = "disable-keyboard-commands"; | 
| // performance tests. | 
| const char kIOSMetricsRecordingOnly[] = "metrics-recording-only"; | 
|  | 
| +// Disable the snapshots lru cache. | 
| +const char kDisableLRUSnapshotCache[] = "disable-lru-snapshot-cache"; | 
| + | 
| +// Enables the snapshot lru cache. | 
| +const char kEnableLRUSnapshotCache[] = "enable-lru-snapshot-cache"; | 
| + | 
| }  // namespace switches | 
|  |