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

Unified Diff: chrome/browser/chromeos/net/shill_error.h

Issue 2434683003: Move NetworkStateNotifier and NetworkConnect from src/ui (Closed)
Patch Set: Fix virtuals Created 4 years, 2 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
Index: chrome/browser/chromeos/net/shill_error.h
diff --git a/chrome/browser/chromeos/net/shill_error.h b/chrome/browser/chromeos/net/shill_error.h
new file mode 100644
index 0000000000000000000000000000000000000000..068feb90f8ca6883d7e463161f15ee9e41d565ad
--- /dev/null
+++ b/chrome/browser/chromeos/net/shill_error.h
@@ -0,0 +1,21 @@
+// Copyright 2016 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_NET_SHILL_ERROR_H_
+#define CHROME_BROWSER_CHROMEOS_NET_SHILL_ERROR_H_
+
+#include <string>
+
+#include "base/strings/string16.h"
+
+namespace chromeos {
+namespace shill_error {
+
+base::string16 GetShillErrorString(const std::string& error,
+ const std::string& network_id);
+
+} // namespace shill_error
+} // namespace chromeos
+
+#endif // CHROME_BROWSER_CHROMEOS_NET_SHILL_ERROR_H_
« no previous file with comments | « chrome/browser/chromeos/net/network_state_notifier_unittest.cc ('k') | chrome/browser/chromeos/net/shill_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698