// 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_