Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/
Dchrome_pages.cc163 GURL help_center_url = model->GetFirstNotableConflict(); in ShowConflicts() local
164 if (help_center_url.is_valid()) { in ShowConflicts()
165 ShowSingletonTab(browser, help_center_url); in ShowConflicts()
/external/chromium_org/chrome/browser/ui/views/
Dconflicting_module_view_win.cc51 const GURL& help_center_url) in ConflictingModuleView() argument
57 help_center_url_(help_center_url) { in ConflictingModuleView()
Dconflicting_module_view_win.h29 const GURL& help_center_url);