Searched defs:popup_key (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/extension_action/
H A Daction_info.cc136 const char* popup_key = NULL; local
138 popup_key = keys::kPageActionDefaultPopup;
142 if (popup_key) {
149 popup_key = keys::kPageActionPopup;
152 if (popup_key) {
156 if (dict->GetString(popup_key, &url_str)) {
159 dict->GetDictionary(popup_key, &popup)) {

Completed in 161 milliseconds