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

Issue 337030: Makes session restore on Chrome OS restore popups. (Closed)

Created:
11 years, 1 month ago by sky
Modified:
11 years, 1 month ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Makes session restore on Chrome OS restore popups. BUG=18862 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30194

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -40 lines) Patch
M chrome/browser/automation/automation_provider.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 3 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/browser.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/defaults.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/defaults.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/sessions/session_restore_uitest.cc View 1 2 3 chunks +51 lines, -1 line 0 comments Download
M chrome/browser/sessions/session_service.h View 1 2 3 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/sessions/session_service.cc View 1 9 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/sessions/session_service_unittest.cc View 2 chunks +53 lines, -0 lines 0 comments Download
M chrome/browser/tab_restore_uitest.cc View 5 chunks +10 lines, -5 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_test_base.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/automation/automation_messages_internal.h View 1 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/test/automation/automation_proxy.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/automation/automation_proxy.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/test/automation/browser_proxy.h View 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/test/automation/browser_proxy.cc View 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sky
11 years, 1 month ago (2009-10-26 20:45:04 UTC) #1
Paweł Hajdan Jr.
Drive-by. http://codereview.chromium.org/337030/diff/1/11 File chrome/browser/sessions/session_restore_uitest.cc (right): http://codereview.chromium.org/337030/diff/1/11#newcode292 Line 292: if (type1 == BrowserProxy::TYPE_NORMAL) { Is it ...
11 years, 1 month ago (2009-10-26 21:00:17 UTC) #2
brettw
http://codereview.chromium.org/337030/diff/1/15 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/337030/diff/1/15#newcode1290 Line 1290: void AutomationProvider::OpenNewBrowserWindow(bool normal, To me, this would be ...
11 years, 1 month ago (2009-10-26 21:10:33 UTC) #3
sky
I couldn't nuke the if statement in that ui test though as it really varies ...
11 years, 1 month ago (2009-10-26 21:28:08 UTC) #4
Paweł Hajdan Jr.
Automation and test bits LGTM.
11 years, 1 month ago (2009-10-26 21:32:39 UTC) #5
brettw
11 years, 1 month ago (2009-10-26 21:35:39 UTC) #6
LGTM with one comment addition.

http://codereview.chromium.org/337030/diff/5001/6009
File chrome/browser/sessions/session_service.h (right):

http://codereview.chromium.org/337030/diff/5001/6009#newcode309
Line 309: // match |window_id| with our profile.
Could you add a sentence here about what "trackable" means?

Powered by Google App Engine
This is Rietveld 408576698