blob: 8bcdeee5cab2d3557abac89c08bea5cc0ca892a0 [file] [log] [blame]
// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_ASH_NETWORK_ENROLLMENT_DIALOG_VIEW_H_
#define CHROME_BROWSER_UI_ASH_NETWORK_ENROLLMENT_DIALOG_VIEW_H_
#include <string>
namespace ash::enrollment {
// Creates and shows the dialog for certificate-based network enrollment.
bool CreateEnrollmentDialog(const std::string& network_id);
} // namespace ash::enrollment
#endif // CHROME_BROWSER_UI_ASH_NETWORK_ENROLLMENT_DIALOG_VIEW_H_