Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4503)

Unified Diff: chrome/browser/chromeos/options/network_connect.h

Issue 22796014: Eliminate c/b/chromeos/options/network_connect.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/net/onc_utils.cc ('k') | chrome/browser/chromeos/options/network_connect.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/network_connect.h
diff --git a/chrome/browser/chromeos/options/network_connect.h b/chrome/browser/chromeos/options/network_connect.h
deleted file mode 100644
index 2d8acbeed0acf88b8577f853abea526812599ea2..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/options/network_connect.h
+++ /dev/null
@@ -1,53 +0,0 @@
-// Copyright (c) 2013 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_OPTIONS_NETWORK_CONNECT_H_
-#define CHROME_BROWSER_CHROMEOS_OPTIONS_NETWORK_CONNECT_H_
-
-#include <string>
-#include <vector>
-
-#include "chromeos/network/onc/onc_constants.h"
-#include "ui/gfx/native_widget_types.h" // gfx::NativeWindow
-
-namespace base {
-class DictionaryValue;
-}
-
-namespace chromeos {
-
-class NetworkState;
-
-namespace network_connect {
-
-// Shows the mobile setup dialog which handles:
-// * Activation for non direct-activation networks
-// * Showing network plan info
-void ShowMobileSetup(const std::string& service_path);
-
-// Shows the network settings subpage for |service_path| (or the main
-// network settings page if empty).
-void ShowNetworkSettings(const std::string& service_path);
-
-// Handle an unconfigured network:
-// * Show the Configure dialog for wifi/wimax/VPN
-// * Show the Activation, MobileSetup dialog, or settings page for cellular
-void HandleUnconfiguredNetwork(const std::string& service_path,
- gfx::NativeWindow parent_window);
-
-// If the network UIData has a matching enrollment URL, triggers the enrollment
-// dialog and returns true.
-bool EnrollNetwork(const std::string& service_path,
- gfx::NativeWindow parent_window);
-
-// Looks up the policy for |network| for the current active user and sets
-// |onc_source| accordingly.
-const base::DictionaryValue* FindPolicyForActiveUser(
- const NetworkState* network,
- onc::ONCSource* onc_source);
-
-} // namespace network_connect
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_OPTIONS_NETWORK_CONNECT_H_
« no previous file with comments | « chrome/browser/chromeos/net/onc_utils.cc ('k') | chrome/browser/chromeos/options/network_connect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698