Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dcontent_setting_bubble_model.cc142 static const int kCustomIDs[] = { in SetCustomLink() local
152 COMPILE_ASSERT(arraysize(kCustomIDs) == CONTENT_SETTINGS_NUM_TYPES, in SetCustomLink()
154 if (kCustomIDs[content_type()]) in SetCustomLink()
155 set_custom_link(l10n_util::GetStringUTF8(kCustomIDs[content_type()])); in SetCustomLink()