|
Omnibox: Make URLs of Bookmarks Searchable
This used to be controlled by a field trial created in
https://codereview.chromium.org/184663002
After evaluating this change, we've decided to launch it.
This change turns the flag on by default and removes the field trial code.
It also removes the index_urls_ parameters everywhere because those will
always be true forevermore.
I tested this interactively.
Also, all the unit tests still apparently pass. And yes some of these do
exercise this feature.
TBR=joaodasilva
(for trivial change to components/policy/core/browser/managed_bookmarks_tracker_unittest.cc )
BUG= 157204, 378854
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291445
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+119 lines, -178 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/bookmark_provider.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/bookmark_provider.cc
|
View
|
1
|
5 chunks |
+18 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/bookmark_provider_unittest.cc
|
View
|
|
6 chunks |
+26 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_model_factory.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/bookmarks/bookmark_editor_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_codec_unittest.cc
|
View
|
|
6 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_index.h
|
View
|
1
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_index.cc
|
View
|
|
5 chunks |
+23 lines, -34 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_index_unittest.cc
|
View
|
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_model.h
|
View
|
1
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_model.cc
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_model_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_node_data_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/bookmark_utils_unittest.cc
|
View
|
|
11 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/test/test_bookmark_client.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/bookmarks/test/test_bookmark_client.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/enhanced_bookmarks/enhanced_bookmark_utils_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/enhanced_bookmarks/metadata_accessor_unittest.cc
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/omnibox_field_trial.h
|
View
|
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/omnibox_field_trial.cc
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/browser/managed_bookmarks_tracker_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|