| Index: ios/chrome/browser/chrome_switches.cc
|
| diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
|
| index 142fbb7f2d6226b371723b524e746e5c9855282b..89d3637ae29eff4c0913c68c431c13ff9af8eba0 100644
|
| --- a/ios/chrome/browser/chrome_switches.cc
|
| +++ b/ios/chrome/browser/chrome_switches.cc
|
| @@ -15,4 +15,7 @@ namespace switches {
|
| // Enables Open from Clipboard.
|
| const char kEnableIOSOpenFromClipboard[] = "enable-ios-open-from-clipboard";
|
|
|
| +// Defines the value in MB of the memory wedge to insert at cold launch.
|
| +const char kIOSMemoryWedgeSize[] = "ios-memory-wedge-size-mb";
|
| +
|
| } // namespace switches
|
|
|