HomeSort by relevance Sort by last modified time
    Searched refs:profile_extensions_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.h 106 // |profile_extensions_| for it.
116 ProfileExtensionNameMap profile_extensions_; member in class:SyncExtensionHelper
sync_extension_helper.cc 257 profile_extensions_.insert(make_pair(profile, ExtensionNameMap()));
351 ProfileExtensionNameMap::iterator it = profile_extensions_.find(profile);
352 if (it == profile_extensions_.end()) {

Completed in 28 milliseconds