| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a35a4e3120aa7c7442715705c989173b498705a5..5b9069871b38e39f7fc40205612de1ed3e55ce77 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1358,6 +1358,10 @@ const char kBrowserWindowPlacementPopup[] = "browser.window_placement_popup";
|
| // manager window to restore on startup.
|
| const char kTaskManagerWindowPlacement[] = "task_manager.window_placement";
|
|
|
| +// The most recent stored column visibility of the task manager table to be
|
| +// restored on startup.
|
| +const char kTaskManagerColumnVisibility[] = "task_manager.column_visibility";
|
| +
|
| // A collection of position, size, and other data relating to app windows to
|
| // restore on startup.
|
| const char kAppWindowPlacement[] = "browser.app_window_placement";
|
|
|