Chromium Code Reviews| Index: chrome/browser/profiles/profile.cc |
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
| index 69d59adba5e5e83913801427f54649fd9260a94c..212ffd1e45b52f3dd3780139e3f0b055d5205ee6 100644 |
| --- a/chrome/browser/profiles/profile.cc |
| +++ b/chrome/browser/profiles/profile.cc |
| @@ -95,6 +95,13 @@ void Profile::RegisterUserPrefs(PrefService* prefs) { |
| "", |
| PrefService::UNSYNCABLE_PREF); |
| #endif |
| + |
| +#if defined(OS_ANDROID) |
| + prefs->RegisterBooleanPref(prefs::kDevToolsRemoteEnabled, |
| + false, |
| + PrefService::UNSYNCABLE_PREF); |
| +#endif |
|
Nico
2012/09/25 01:40:01
Actually, should this be in chrome/browser/debugge
shashi
2012/09/25 16:13:11
This change was already in CQ, at the time of comm
|
| + |
| } |