forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NaCl SDK] Refactor FakeURLRequestInfoResource, FakeURLResponseInfoRe…
…source, and GetHeaderValue Move FakeURLRequestInfoResource, FakeURLResponseInfoResource, and GetHeaderValue from fake_pepper_interface_url_loader.cc to fake_util.{cc,h} to share the code with the future code. Modify slightly on the implementation of GetHeaderValue. depot_tools/clang-format was run so the formatting of code is accepted in the code review by policy. It was run in all the {.cc,.h} files. test_sdk.py was run. Unit tests passed on all platforms. Not any compiler errors were from fake_pepper_interface_url_loader* and fake_util*. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_nacl_sdk;master.tryserver.chromium.mac:mac_nacl_sdk;master.tryserver.chromium.win:win_nacl_sdk Review-Url: https://codereview.chromium.org/2485203005 Cr-Commit-Position: refs/heads/master@{#432085}
- Loading branch information
chanpatorikku
authored and
Commit bot
committed
Nov 15, 2016
1 parent
24314a8
commit ca44a7a
Showing
3 changed files
with
59 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters