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

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

Issue 6516019: Made activate/buy button show consistently on network list and details pages.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « no previous file | chrome/browser/chromeos/webui/internet_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/webui/internet_options_handler.h
===================================================================
--- chrome/browser/chromeos/webui/internet_options_handler.h (revision 75135)
+++ chrome/browser/chromeos/webui/internet_options_handler.h (working copy)
@@ -81,11 +81,10 @@
// an overlay to be displayed in the UI.
void PopulateDictionaryDetails(const chromeos::Network* net,
chromeos::NetworkLibrary* cros);
- void PopulateWifiDetails(DictionaryValue* dictionary,
- const chromeos::WifiNetwork* wifi);
- void PopulateCellularDetails(DictionaryValue* dictionary,
- const chromeos::CellularNetwork*
- cellular);
+ void PopulateWifiDetails(const chromeos::WifiNetwork* wifi,
+ DictionaryValue* dictionary);
+ void PopulateCellularDetails(const chromeos::CellularNetwork* cellular,
+ DictionaryValue* dictionary);
// Converts CellularDataPlan structure into dictionary for JS. Formats plan
// settings into human readable texts.
« no previous file with comments | « no previous file | chrome/browser/chromeos/webui/internet_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698