Home
last modified time | relevance | path

Searched refs:do_not_sync (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/extensions/browser/
Dextension_prefs.cc1686 bool do_not_sync; in DoNotSync() local
1687 if (!ReadPrefAsBoolean(extension_id, kPrefDoNotSync, &do_not_sync)) in DoNotSync()
1690 return do_not_sync; in DoNotSync()