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

Issue 1539043002: Pull SecurityStateModel out into a component (Closed)

Created:
5 years ago by estark
Modified:
4 years, 11 months ago
Reviewers:
Yaron, eroman, felt, sky, blundell
CC:
chromium-reviews, extensions-reviews_chromium.org, msramek+watch_chromium.org, sdefresne+watchlist_chromium.org, oshima+watch_chromium.org, droger+watchlist_chromium.org, tfarina, dzhioev+watch_chromium.org, achuith+watch_chromium.org, raymes+watch_chromium.org, asvitkine+watch_chromium.org, blundell+watchlist_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, James Su, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pull SecurityStateModel out into a component As a component, the SecurityStateModel logic can be reused on iOS, so that we use consistent logic and definitions to describe a page's overall security status for UI on all platforms. BUG=515071 Committed: https://crrev.com/d9e54fb05c6c0a2d780d5db406ce2cd47da61ab3 Cr-Commit-Position: refs/heads/master@{#368636}

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : build fixes #

Patch Set 4 : another build fix #

Patch Set 5 : add temporary duplicated enum for android #

Patch Set 6 : android fix #

Total comments: 4

Patch Set 7 : using security_state::SecurityStateModel #

Patch Set 8 : unit test debugging #

Total comments: 8

Patch Set 9 : rebase #

Patch Set 10 : components_unittests data fix #

Patch Set 11 : blundell comments #

Patch Set 12 : move java enum into component #

Patch Set 13 : build fix #

Total comments: 2

Patch Set 14 : remove extra comment #

Total comments: 2

Patch Set 15 : add comment to address eroman's question #

Patch Set 16 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -1396 lines) Patch
M chrome/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +1 line, -2 lines 0 comments Download
M chrome/android/chrome_apk.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabObserver.java View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/document/DocumentActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizer.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/pageinfo/WebsiteSettingsPopup.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ssl/SecurityStateModel.java View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/TabWebContentsObserver.java View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/TopControlsVisibilityDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappActivity.java View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/TabTest.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizerTest.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/ui/simple_web_view_dialog.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc View 1 2 3 4 5 6 7 8 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/chrome_security_state_model_client.h View 3 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/ssl/chrome_security_state_model_client.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/browser/ssl/chrome_security_state_model_client_browser_tests.cc View 1 2 3 4 5 6 11 chunks +17 lines, -13 lines 0 comments Download
D chrome/browser/ssl/security_state_model.h View 1 chunk +0 lines, -166 lines 0 comments Download
D chrome/browser/ssl/security_state_model.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -280 lines 0 comments Download
M chrome/browser/ssl/security_state_model_android.cc View 2 chunks +4 lines, -3 lines 0 comments Download
D chrome/browser/ssl/security_state_model_browser_tests.cc View 1 chunk +0 lines, -507 lines 0 comments Download
D chrome/browser/ssl/security_state_model_client.h View 1 chunk +0 lines, -43 lines 0 comments Download
D chrome/browser/ssl/security_state_model_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -199 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 2 3 4 5 6 7 8 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/ui/android/bluetooth_chooser_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_commands.h View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_dialogs.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_window.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 chunk +9 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.h View 1 2 3 4 5 6 7 8 2 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/hosted_app_browser_controller.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/chrome_toolbar_model.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/test_toolbar_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/test_toolbar_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 2 3 4 5 6 7 8 3 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/browser_dialogs_views_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.h View 1 2 3 4 5 6 7 8 3 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/website_settings/website_settings.h View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +3 lines, -12 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/test/base/test_browser_window.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M components/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/components.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +5 lines, -0 lines 0 comments Download
A components/security_state.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +42 lines, -0 lines 0 comments Download
A components/security_state/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +50 lines, -0 lines 0 comments Download
A + components/security_state/DEPS View 1 chunk +1 line, -1 line 0 comments Download
A + components/security_state/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
A + components/security_state/security_state_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +8 lines, -5 lines 0 comments Download
A + components/security_state/security_state_model.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -5 lines 0 comments Download
A + components/security_state/security_state_model_client.h View 2 chunks +8 lines, -4 lines 0 comments Download
A + components/security_state/security_state_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +15 lines, -19 lines 0 comments Download
A components/security_state/switches.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -0 lines 0 comments Download
A components/security_state/switches.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (15 generated)
estark
felt: we are nearing the end of SecurityStateModel c14n CLs... this is a fairly mechanical ...
5 years ago (2015-12-21 22:46:50 UTC) #3
estark
Oh, I forgot to mention, there's a linux_chromium_rel_ng components_unittest failure that's quite mysterious: `net::ImportCertFromFile(net::GetTestCertsDirectory(), "sha1_2016.pem")` ...
5 years ago (2015-12-21 22:48:36 UTC) #4
felt
On 2015/12/21 22:48:36, estark wrote: > Oh, I forgot to mention, there's a linux_chromium_rel_ng components_unittest ...
5 years ago (2015-12-22 17:19:49 UTC) #5
felt
On 2015/12/22 17:19:49, felt wrote: > On 2015/12/21 22:48:36, estark wrote: > > Oh, I ...
5 years ago (2015-12-22 17:24:10 UTC) #6
felt
https://codereview.chromium.org/1539043002/diff/120001/chrome/browser/ssl/chrome_security_state_model_client.h File chrome/browser/ssl/chrome_security_state_model_client.h (right): https://codereview.chromium.org/1539043002/diff/120001/chrome/browser/ssl/chrome_security_state_model_client.h#newcode25 chrome/browser/ssl/chrome_security_state_model_client.h:25: const security_state::SecurityStateModel::SecurityInfo& GetSecurityInfo() nit: this is repeated often enough ...
5 years ago (2015-12-22 17:29:08 UTC) #7
tfarina
https://codereview.chromium.org/1539043002/diff/120001/chrome/browser/ssl/chrome_security_state_model_client.h File chrome/browser/ssl/chrome_security_state_model_client.h (right): https://codereview.chromium.org/1539043002/diff/120001/chrome/browser/ssl/chrome_security_state_model_client.h#newcode25 chrome/browser/ssl/chrome_security_state_model_client.h:25: const security_state::SecurityStateModel::SecurityInfo& GetSecurityInfo() On 2015/12/22 17:29:08, felt wrote: > ...
5 years ago (2015-12-22 17:30:30 UTC) #8
felt
https://codereview.chromium.org/1539043002/diff/120001/chrome/browser/ssl/chrome_security_state_model_client.h File chrome/browser/ssl/chrome_security_state_model_client.h (right): https://codereview.chromium.org/1539043002/diff/120001/chrome/browser/ssl/chrome_security_state_model_client.h#newcode25 chrome/browser/ssl/chrome_security_state_model_client.h:25: const security_state::SecurityStateModel::SecurityInfo& GetSecurityInfo() On 2015/12/22 17:30:30, tfarina wrote: > ...
5 years ago (2015-12-22 17:34:30 UTC) #9
tfarina
estark, could you describe in the CL description why are you making this change? It ...
5 years ago (2015-12-22 17:44:29 UTC) #10
estark
On 2015/12/22 17:44:29, tfarina wrote: > estark, could you describe in the CL description why ...
5 years ago (2015-12-22 17:47:48 UTC) #13
estark
Thanks. I'm setting up a gn build locally so I can investigate the test failure ...
5 years ago (2015-12-22 18:31:12 UTC) #14
estark
+blundell: this was supposed to be a pretty straightforward CL where I just pull the ...
4 years, 11 months ago (2016-01-04 18:12:21 UTC) #16
blundell
On 2016/01/04 18:12:21, estark wrote: > +blundell: this was supposed to be a pretty straightforward ...
4 years, 11 months ago (2016-01-05 15:47:29 UTC) #17
blundell
Looks good, just one question about the java. https://codereview.chromium.org/1539043002/diff/160001/chrome/browser/ssl/security_state_model_android.h File chrome/browser/ssl/security_state_model_android.h (right): https://codereview.chromium.org/1539043002/diff/160001/chrome/browser/ssl/security_state_model_android.h#newcode10 chrome/browser/ssl/security_state_model_android.h:10: // ...
4 years, 11 months ago (2016-01-05 16:02:16 UTC) #18
estark
Woo, thanks blundell for the fix and explanation. Worked like a charm. https://codereview.chromium.org/1539043002/diff/160001/chrome/browser/ssl/security_state_model_android.h File chrome/browser/ssl/security_state_model_android.h ...
4 years, 11 months ago (2016-01-05 22:59:30 UTC) #20
blundell
On 2016/01/05 22:59:30, estark wrote: > Woo, thanks blundell for the fix and explanation. Worked ...
4 years, 11 months ago (2016-01-06 10:38:59 UTC) #21
estark
On 2016/01/06 10:38:59, blundell wrote: > On 2016/01/05 22:59:30, estark wrote: > > Woo, thanks ...
4 years, 11 months ago (2016-01-06 21:55:40 UTC) #22
blundell
w00t! LGTM yfriedman@: Can you do an OWNERS review of //chrome/android for the move of ...
4 years, 11 months ago (2016-01-07 08:39:30 UTC) #24
felt
lgtm
4 years, 11 months ago (2016-01-07 14:24:28 UTC) #25
estark
https://codereview.chromium.org/1539043002/diff/280001/components/security_state/security_state_model.h File components/security_state/security_state_model.h (right): https://codereview.chromium.org/1539043002/diff/280001/components/security_state/security_state_model.h#newcode27 components/security_state/security_state_model.h:27: // A Java counterpart will be generated for this ...
4 years, 11 months ago (2016-01-07 19:18:25 UTC) #26
Yaron
lgtm
4 years, 11 months ago (2016-01-07 21:59:42 UTC) #27
estark
sky, can you please review changes to chrome/browser/BUILD.gn, chrome/browser/DEPS, chrome/browser/ui, chrome/test/base? And eroman, I think ...
4 years, 11 months ago (2016-01-08 15:56:01 UTC) #29
sky
security_state should is a long namespace name. LGTM
4 years, 11 months ago (2016-01-08 17:21:26 UTC) #30
eroman
lgtm https://codereview.chromium.org/1539043002/diff/300001/components/security_state/security_state_model_unittest.cc File components/security_state/security_state_model_unittest.cc (right): https://codereview.chromium.org/1539043002/diff/300001/components/security_state/security_state_model_unittest.cc#newcode78 components/security_state/security_state_model_unittest.cc:78: bool IsOriginSecure(const GURL& url) override { return true; ...
4 years, 11 months ago (2016-01-11 18:12:12 UTC) #31
estark
Thanks for the reviews, everyone! https://codereview.chromium.org/1539043002/diff/300001/components/security_state/security_state_model_unittest.cc File components/security_state/security_state_model_unittest.cc (right): https://codereview.chromium.org/1539043002/diff/300001/components/security_state/security_state_model_unittest.cc#newcode78 components/security_state/security_state_model_unittest.cc:78: bool IsOriginSecure(const GURL& url) ...
4 years, 11 months ago (2016-01-11 18:15:52 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539043002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539043002/320001
4 years, 11 months ago (2016-01-11 18:18:36 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/115121) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 11 months ago (2016-01-11 18:21:28 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539043002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539043002/340001
4 years, 11 months ago (2016-01-11 18:30:34 UTC) #40
commit-bot: I haz the power
Committed patchset #16 (id:340001)
4 years, 11 months ago (2016-01-11 19:37:24 UTC) #42
commit-bot: I haz the power
Patchset 16 (id:??) landed as https://crrev.com/d9e54fb05c6c0a2d780d5db406ce2cd47da61ab3 Cr-Commit-Position: refs/heads/master@{#368636}
4 years, 11 months ago (2016-01-11 19:38:30 UTC) #44
blundell
4 years, 11 months ago (2016-01-12 08:42:40 UTC) #45
Message was sent while issue was closed.
On 2016/01/11 19:38:30, commit-bot: I haz the power wrote:
> Patchset 16 (id:??) landed as
> https://crrev.com/d9e54fb05c6c0a2d780d5db406ce2cd47da61ab3
> Cr-Commit-Position: refs/heads/master@{#368636}

\o/ \o/ \o/

Powered by Google App Engine
This is Rietveld 408576698