| Index: chrome/browser/extensions/api/tabs/tabs_api.cc
|
| diff --git a/chrome/browser/extensions/api/tabs/tabs_api.cc b/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| index 322cf165234b6509d6d901e8c8e77804ba53feaf..dce6c5b7773358aabbc0cc50d6c8884189a33493 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| +++ b/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| @@ -1633,10 +1633,7 @@ void TabsCaptureVisibleTabFunction::OnCaptureFailure(FailureReason reason) {
|
|
|
| void TabsCaptureVisibleTabFunction::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| - registry->RegisterBooleanPref(
|
| - prefs::kDisableScreenshots,
|
| - false,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterBooleanPref(prefs::kDisableScreenshots, false);
|
| }
|
|
|
| bool TabsDetectLanguageFunction::RunAsync() {
|
|
|