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

Issue 10201015: [cros] Add network tray item for mobile network setup. (Closed)

Created:
8 years, 8 months ago by Nikita (slow)
Modified:
8 years, 8 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, sadrul, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, ben+watch_chromium.org
Visibility:
Public.

Description

[cros] Add network tray item for mobile network setup. This item is only shown for GSM modems w/o SIM card and when mobile config has setup URL defined (initial locale specific). Initial locale (ex.: en-US, de, es) defines a country where ChromeOS device was bought. Depends on http://codereview.chromium.org/10141006/ BUG=chrome-os-partner:8092 TEST=Manual. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133941

Patch Set 1 #

Total comments: 1

Patch Set 2 : refactor #

Total comments: 7

Patch Set 3 : use setup URL when toggling cellular with SIM card absent #

Patch Set 4 : remove changes in NetworkLibrary stub #

Patch Set 5 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -32 lines) Patch
M ash/ash_strings.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M ash/system/network/tray_network.cc View 1 2 7 chunks +27 lines, -8 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 2 3 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu.cc View 1 2 3 4 2 chunks +23 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 1 chunk +24 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.cc View 1 2 3 4 3 chunks +24 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Nikita (slow)
8 years, 8 months ago (2012-04-24 09:55:17 UTC) #1
sadrul
LGTM
8 years, 8 months ago (2012-04-24 10:29:41 UTC) #2
Nikita (slow)
+Ben for ash/* owner review.
8 years, 8 months ago (2012-04-24 10:39:44 UTC) #3
Nikita (slow)
http://codereview.chromium.org/10201015/diff/1/chrome/browser/chromeos/system/ash_system_tray_delegate.cc File chrome/browser/chromeos/system/ash_system_tray_delegate.cc (right): http://codereview.chromium.org/10201015/diff/1/chrome/browser/chromeos/system/ash_system_tray_delegate.cc#newcode616 chrome/browser/chromeos/system/ash_system_tray_delegate.cc:616: if (cellular->technology_family() == TECHNOLOGY_FAMILY_GSM && Based on http://code.google.com/p/chromium-os/issues/detail?id=15444#c31
8 years, 8 months ago (2012-04-24 10:41:50 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/10201015/1
8 years, 8 months ago (2012-04-24 10:43:27 UTC) #5
commit-bot: I haz the power
Presubmit check for 10201015-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 8 months ago (2012-04-24 10:43:31 UTC) #6
Nikita (slow)
+Steven for changes in chromeos/cros
8 years, 8 months ago (2012-04-24 12:31:08 UTC) #7
Ben Goodger (Google)
lgtm
8 years, 8 months ago (2012-04-24 14:59:48 UTC) #8
stevenjb
http://codereview.chromium.org/10201015/diff/3002/chrome/browser/chromeos/cros/network_library.h File chrome/browser/chromeos/cros/network_library.h (right): http://codereview.chromium.org/10201015/diff/3002/chrome/browser/chromeos/cros/network_library.h#newcode124 chrome/browser/chromeos/cros/network_library.h:124: // returhs false: GSM modem and SIM card is ...
8 years, 8 months ago (2012-04-25 01:29:49 UTC) #9
Nikita (slow)
Steven, please take a look. I've also added handling of the enabling mobile data from ...
8 years, 8 months ago (2012-04-25 14:01:38 UTC) #10
stevenjb
lgtm http://codereview.chromium.org/10201015/diff/3002/chrome/browser/chromeos/system/ash_system_tray_delegate.cc File chrome/browser/chromeos/system/ash_system_tray_delegate.cc (right): http://codereview.chromium.org/10201015/diff/3002/chrome/browser/chromeos/system/ash_system_tray_delegate.cc#newcode618 chrome/browser/chromeos/system/ash_system_tray_delegate.cc:618: result = true; On 2012/04/25 14:01:38, Nikita Kostylev ...
8 years, 8 months ago (2012-04-25 16:47:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/10201015/16002
8 years, 8 months ago (2012-04-25 16:50:53 UTC) #12
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 18:26:12 UTC) #13
Change committed as 133941

Powered by Google App Engine
This is Rietveld 408576698