Searched refs:is_incognito_enabled (Results 1 – 2 of 2) sorted by relevance
167 bool is_incognito_enabled() const { return incognito_enabled_; } in is_incognito_enabled() function
112 pickle->WriteBool(is_incognito_enabled()); in Pickle()