Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/extensions/
Dextension_constants.cc89 const char kFirstRunDialogId[] = "jdgcneonijmofocbhmijhacgchbihela"; variable
Dextension_constants.h232 extern const char kFirstRunDialogId[];
/external/chromium_org/chrome/browser/chromeos/first_run/
Dfirst_run.cc38 service->GetExtensionById(extension_misc::kFirstRunDialogId, false); in LaunchDialogForProfile()