Home | History | Annotate | Download | only in activity_log

Lines Matching defs:is_incognito

97 // *is_incognito is set to indicate whether the URL is for an incognito tab.
101 bool* is_incognito) {
113 *is_incognito = browser->profile()->IsOffTheRecord();
154 bool is_incognito;
155 if (GetUrlForTabId(tab_id, profile, &url, &is_incognito)) {
157 action->set_arg_incognito(is_incognito);
165 bool is_incognito;
166 if (GetUrlForTabId(tab_id, profile, &url, &is_incognito) &&
167 !is_incognito) {
171 action->set_arg_incognito(is_incognito);