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

Unified Diff: chrome/browser/chromeos/cros/cros_network_functions.h

Issue 9958045: Reimplement Libcros fucntions using FlimflamProfileClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move command line check to NetworkLibraryImplCros Created 8 years, 8 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/cros/cros_network_functions.h
diff --git a/chrome/browser/chromeos/cros/cros_network_functions.h b/chrome/browser/chromeos/cros/cros_network_functions.h
index e140576bc2f6f4a8c08b4a6491a1972d34ab15df..1269deb575891bc58c845829bde26a1808c7af9a 100644
--- a/chrome/browser/chromeos/cros/cros_network_functions.h
+++ b/chrome/browser/chromeos/cros/cros_network_functions.h
@@ -28,6 +28,9 @@ typedef base::Callback<void(
const char* path,
const base::DictionaryValue* properties)> NetworkPropertiesCallback;
+// Enables the new implementation to stop using Libcros.
+void EnableNonLibcrosNetworkFunctions(bool enabled);
stevenjb 2012/04/12 17:34:36 "EnableNon" is extremely confusing, should be SetL
hashimoto 2012/04/13 05:27:22 Done.
+
// Activates the cellular modem specified by |service_path| with carrier
// specified by |carrier|.
// |carrier| is NULL or an empty string, this will activate with the currently

Powered by Google App Engine
This is Rietveld 408576698