summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/ui/mobile_config_ui.h
blob: 121edc522e02c884d8ca34ae85d55286645d2d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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.

#ifndef CHROME_BROWSER_CHROMEOS_UI_MOBILE_CONFIG_UI_H_
#define CHROME_BROWSER_CHROMEOS_UI_MOBILE_CONFIG_UI_H_

#include "base/basictypes.h"

namespace chromeos {
namespace mobile_config_ui {

// Helper function for showing the mobile config UI.
// Returns true if the dialog was displayed successfully.
bool DisplayConfigDialog();

}  // namespace mobile_config_ui
}  // namespace chromeos

#endif  // CHROME_BROWSER_CHROMEOS_UI_MOBILE_CONFIG_UI_H_