Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_prefs.cc210 DictionaryValue* update_dictionary = update.Get(); in CleanupBadExtensionKeys() local
216 if (update_dictionary->HasKey(i->second)) { in CleanupBadExtensionKeys()
217 CHECK(update_dictionary->RemoveWithoutPathExpansion(i->first, NULL)); in CleanupBadExtensionKeys()
221 CHECK(update_dictionary->RemoveWithoutPathExpansion( in CleanupBadExtensionKeys()
223 update_dictionary->SetWithoutPathExpansion(i->second, extension_prefs); in CleanupBadExtensionKeys()