| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 431de5a7a64924afcccae1eb96b9c03748b19f37..04e8dcb7c53ea69c8f08f3a224dc3dde7cdc32d7 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1421,10 +1421,6 @@ const char kBrowserWindowPlacementPopup[] = "browser.window_placement_popup";
|
| // manager window to restore on startup.
|
| const char kTaskManagerWindowPlacement[] = "task_manager.window_placement";
|
|
|
| -// An integer specifying the total number of bytes to be used by the
|
| -// renderer's in-memory cache of objects.
|
| -const char kMemoryCacheSize[] = "renderer.memory_cache.size";
|
| -
|
| // String which specifies where to download files to by default.
|
| const char kDownloadDefaultDirectory[] = "download.default_directory";
|
|
|
|
|