| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index fb670a86030e71f466bc3614642b8b6f1b38f264..990ee925ae2b8efde95425898ba1a9ae7ce77712 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1636,6 +1636,9 @@ const char kDevToolsDockSide[] = "devtools.dock_side";
|
| // Maps of files edited locally using DevTools.
|
| const char kDevToolsEditedFiles[] = "devtools.edited_files";
|
|
|
| +// List of file system paths added in DevTools.
|
| +const char kDevToolsFileSystemPaths[] = "devtools.file_system_paths";
|
| +
|
| // Integer location of the horizontal split bar in the browser view.
|
| const char kDevToolsHSplitLocation[] = "devtools.split_location";
|
|
|
|
|