Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index 02bdd1570d8e2d58368a84aae1fbdaf9e9ecd851..fe6f435a5075f01dff739ab56dfed62f2d090c0e 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -545,6 +545,9 @@ extern const char kDevToolsOpenDocked[]; |
| extern const char kDevToolsDockSide[]; |
| extern const char kDevToolsHSplitLocation[]; |
| extern const char kDevToolsVSplitLocation[]; |
| +#if defined(OS_ANDROID) |
| +extern const char kDevToolsRemoteEnabled[]; |
|
Nico
2012/09/24 22:57:17
Can you order the kDevToolsIs* prefs alphabeticall
shashi
2012/09/24 23:21:26
Done.
|
| +#endif |
| extern const char kDevToolsEditedFiles[]; |
| extern const char kSyncLastSyncedTime[]; |