Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / ui / webui / help / help_utils_chromeos.h
blobab58c49b8096c69a223d1b708d08cfc51d84c9c0
1 // Copyright 2013 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 #ifndef CHROME_BROWSER_UI_WEBUI_HELP_HELP_UTILS_CHROMEOS_H_
6 #define CHROME_BROWSER_UI_WEBUI_HELP_HELP_UTILS_CHROMEOS_H_
8 #include <string>
10 #include "base/strings/string16.h"
12 namespace help_utils_chromeos {
14 // Returns true if update over cellular networks is enabled.
15 bool IsUpdateOverCellularAllowed();
17 // Returns localized name for the connection |type|.
18 base::string16 GetConnectionTypeAsUTF16(const std::string& type);
20 } // namespace help_utils_chromeos
22 #endif // CHROME_BROWSER_UI_WEBUI_HELP_HELP_UTILS_CHROMEOS_H_