1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
5 * chrome://password-manager-internals/
12 #logging-note-incognito {
16 /* Initially, nothing is visible, to avoid flicker. */
19 #logging-note-incognito {
23 /* Visibility settings for non-Incognito tabs. */
24 [data-incognito
=false
] #log-entries
,
25 [data-incognito
=false
] #logging-note
{
29 /* Visibility settings for Incognito tabs. */
30 [data-incognito
=true
] #logging-note-incognito
{