|
Fix base::GetNativeLibraryName() for Mac.
- Also change GetNativeLibraryName() to take a StringPiece and return a
std::string, instead of StringPiece16/string16.
- Use that in a few places to get rid of platform-specific ifdefs.
Committed: https://crrev.com/02c965bc53c59075e8f2453c6146e75782dd0c44
Cr-Commit-Position: refs/heads/master@{#399759}
Total comments: 5
Total comments: 12
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+62 lines, -69 lines) |
Patch |
|
M |
base/native_library.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
base/native_library_ios.mm
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
base/native_library_mac.mm
|
View
|
1
2
3
4
5
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
base/native_library_posix.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
base/native_library_unittest.cc
|
View
|
1
3
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
base/native_library_win.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
base/profiler/stack_sampling_profiler_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
base/scoped_native_library_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/component_updater/widevine_cdm_component_installer.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/load_library_perf_test.cc
|
View
|
1
2
3
4
|
4 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_content_client.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
media/cdm/cdm_paths.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
media/cdm/cdm_paths.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
media/cdm/external_clear_key_test_helper.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
|
M |
net/udp/udp_socket_posix.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/widevine/cdm/widevine_cdm_common.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
Total messages: 25 (9 generated)
|