HomeSort by relevance Sort by last modified time
    Searched full:incognito_tab_ids (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_cookies_api.cc 473 scoped_ptr<ListValue> incognito_tab_ids; local
477 incognito_tab_ids.reset(new ListValue());
490 } else if (incognito_tab_ids.get() &&
493 incognito_tab_ids.get());
503 if (incognito_tab_ids.get() && incognito_tab_ids->GetSize() > 0) {
506 incognito_profile, incognito_tab_ids.release()));

Completed in 31 milliseconds