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

Unified Diff: chrome/browser/chromeos/options/cellular_config_view.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/options/cellular_config_view.h
===================================================================
--- chrome/browser/chromeos/options/cellular_config_view.h (revision 64441)
+++ chrome/browser/chromeos/options/cellular_config_view.h (working copy)
@@ -27,9 +27,9 @@
public views::LinkController {
public:
CellularConfigView(NetworkConfigView* parent,
- const CellularNetwork& cellular);
+ const CellularNetwork* cellular);
explicit CellularConfigView(NetworkConfigView* parent);
- virtual ~CellularConfigView() {}
+ virtual ~CellularConfigView();
// views::ButtonListener implementation.
virtual void ButtonPressed(views::Button* button, const views::Event& event);
@@ -50,7 +50,7 @@
NetworkConfigView* parent_;
- CellularNetwork cellular_;
+ scoped_ptr<CellularNetwork> cellular_;
views::Label* purchase_info_;
views::NativeButton* purchase_more_button_;
« no previous file with comments | « chrome/browser/chromeos/network_message_observer.cc ('k') | chrome/browser/chromeos/options/cellular_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698