Lines Matching full:profile
19 #include "chrome/browser/profiles/profile.h"
58 void ExtensionProcessesEventRouter::ObserveProfile(Profile* profile) {
59 profiles_.insert(profile);
141 // Notify each profile that is interested.
144 Profile* profile = *it;
145 DispatchEvent(profile, keys::kOnUpdated, json_args);
150 void ExtensionProcessesEventRouter::DispatchEvent(Profile* profile,
153 if (profile && profile->GetExtensionEventRouter()) {
154 profile->GetExtensionEventRouter()->DispatchEventToRenderers(
165 if (!ExtensionTabUtil::GetTabById(tab_id, profile(), include_incognito(),