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

Issue 10456045: Refactored mobile activation engine outside of WebUI handler in order to expose its state to other … (Closed)

Created:
8 years, 6 months ago by zel
Modified:
8 years, 6 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Refactored mobile activation engine outside of WebUI handler in order to expose its state to other layer of UI (i.e. dialog, background activation process...). BUG=130420 TEST=manual regression test for mobile device activation Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=140686

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : service path fix #

Patch Set 8 : updates #

Total comments: 18

Patch Set 9 : #

Patch Set 10 : rebase #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+598 lines, -1801 lines) Patch
M ash/shell/shell_delegate_impl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ash/shell_delegate.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_shell_delegate.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/network_library_impl_stub.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
A chrome/browser/chromeos/mobile/mobile_activator.h View 1 2 3 4 5 6 7 8 1 chunk +246 lines, -0 lines 0 comments Download
A + chrome/browser/chromeos/mobile/mobile_activator.cc View 1 2 3 4 5 6 7 8 9 43 chunks +207 lines, -586 lines 0 comments Download
M chrome/browser/chromeos/network_message_observer.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/network_message_observer.cc View 1 2 5 chunks +12 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/offline/offline_load_page.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options2/chromeos/internet_detail.js View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_shell_delegate.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/ash/chrome_shell_delegate.cc View 1 2 3 4 5 6 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc View 1 2 8 chunks +40 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc View 1 2 3 4 5 6 7 8 9 12 chunks +56 lines, -1176 lines 0 comments Download
M chrome/browser/ui/webui/options2/chromeos/internet_options_handler2.cc View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rkc
https://chromiumcodereview.appspot.com/10456045/diff/18004/chrome/browser/chromeos/mobile/mobile_activator.cc File chrome/browser/chromeos/mobile/mobile_activator.cc (right): https://chromiumcodereview.appspot.com/10456045/diff/18004/chrome/browser/chromeos/mobile/mobile_activator.cc#newcode81 chrome/browser/chromeos/mobile/mobile_activator.cc:81: const char kErrorAlreadyRunning[] = "already_running"; Since the 'already_running' logic ...
8 years, 6 months ago (2012-06-05 21:48:03 UTC) #1
zel
http://codereview.chromium.org/10456045/diff/18004/chrome/browser/chromeos/mobile/mobile_activator.cc File chrome/browser/chromeos/mobile/mobile_activator.cc (right): http://codereview.chromium.org/10456045/diff/18004/chrome/browser/chromeos/mobile/mobile_activator.cc#newcode81 chrome/browser/chromeos/mobile/mobile_activator.cc:81: const char kErrorAlreadyRunning[] = "already_running"; On 2012/06/05 21:48:03, Rahul ...
8 years, 6 months ago (2012-06-05 23:02:35 UTC) #2
csilv
internet_options_handler2.cc lgtm
8 years, 6 months ago (2012-06-05 23:20:20 UTC) #3
stevenjb (google-dont-use)
LGTM for chrome/browser/chromeos/status/network_menu.cc
8 years, 6 months ago (2012-06-05 23:20:21 UTC) #4
rkc
On 2012/06/05 23:20:21, stevenjb1 wrote: > LGTM for chrome/browser/chromeos/status/network_menu.cc LGTM
8 years, 6 months ago (2012-06-05 23:26:58 UTC) #5
sky
8 years, 6 months ago (2012-06-05 23:28:18 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698