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

Unified Diff: chrome/browser/chromeos/dom_ui/internet_options_handler.h

Issue 4169001: Rewritten parts of NetworkLibrary to work around memory corruption that prev... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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/dom_ui/internet_options_handler.h
===================================================================
--- chrome/browser/chromeos/dom_ui/internet_options_handler.h (revision 64441)
+++ chrome/browser/chromeos/dom_ui/internet_options_handler.h (working copy)
@@ -56,10 +56,10 @@
// Populates the ui with the details of the given device path. This forces
// an overlay to be displayed in the UI.
- void PopulateDictionaryDetails(const chromeos::Network& net,
+ void PopulateDictionaryDetails(const chromeos::Network* net,
chromeos::NetworkLibrary* cros);
- void PopupWirelessPassword(const chromeos::WifiNetwork& network);
+ void PopupWirelessPassword(const chromeos::WifiNetwork* network);
// Converts CellularDataPlan structure into dictionary for JS. Formats
// plan settings into human readable texts.
« no previous file with comments | « chrome/browser/chromeos/cros/network_library.cc ('k') | chrome/browser/chromeos/dom_ui/internet_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698