|
Add a Physical Web data source
Add a helper class for accessing nearby URL metadata and controlling
Physical Web scanning and URL resolution from C++. This metadata will be used
by an omnibox autocomplete provider which should not depend on ios/chrome.
BUG= 630769
Committed: https://crrev.com/c565df2c11f431f8711db353e7ec00d48ab9901c
Cr-Commit-Position: refs/heads/master@{#410829}
Total comments: 6
Total comments: 6
Total comments: 20
Total comments: 23
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+263 lines, -21 lines) |
Patch |
 |
M |
components/components.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
components/physical_web.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
components/physical_web/OWNERS
|
View
|
1
2
3
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
components/physical_web/data_source/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
components/physical_web/data_source/physical_web_data_source.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/application_context.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/application_context_impl.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/application_context_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/browser/physical_web/create_physical_web_data_source.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/browser/physical_web/create_physical_web_data_source.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/common/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/common/DEPS
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/common/physical_web/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/common/physical_web/ios_chrome_physical_web_data_source.mm
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/common/physical_web/physical_web.gyp
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/common/physical_web/physical_web_scanner.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
ios/chrome/common/physical_web/physical_web_scanner.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+39 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/ios_chrome.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/test/testing_application_context.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/test/testing_application_context.mm
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 60 (24 generated)
|