root/components/password_manager/core/common/password_manager_switches.cc

/* [<][>][^][v][top][bottom][index][help] */
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/password_manager/core/common/password_manager_switches.h"

namespace switches {

// Enables the chrome://memory-internals/ page.
const char kEnablePasswordManagerInternalsUI[] =
    "enable-password-manager-internals-ui";

}  // namespace switches

/* [<][>][^][v][top][bottom][index][help] */