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

Issue 397793002: Eliminate CreateBooleanValue from test files (Closed)

Created:
6 years, 5 months ago by Evan Stade
Modified:
6 years, 5 months ago
CC:
chromium-reviews, asanka, tim+watch_chromium.org, cbentzel+watch_chromium.org, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, haitaol+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, benjhayden+dwatch_chromium.org, rginda+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, zea+watch_chromium.org, mkwst+watchlist_chromium.org, stgao, maniscalco+watch_chromium.org, stevenjb+watch_chromium.org, gcasto+watchlist_chromium.org, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Eliminate CreateBooleanValue from test files BUG=160586 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283665

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : fix bad merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -235 lines) Patch
M chrome/browser/chromeos/settings/cros_settings_unittest.cc View 10 chunks +10 lines, -19 lines 0 comments Download
M chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/system/tray_accessibility_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_query_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/disk_cache_dir_policy_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_browsertest.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/policy/file_selection_dialogs_policy_handler_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/javascript_policy_handler_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 33 chunks +170 lines, -76 lines 0 comments Download
M chrome/browser/prefs/chrome_pref_service_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/prefs/pref_hash_calculator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/pref_hash_filter_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/sync_policy_handler_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_browsertest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/bidi_checker_web_ui_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/policy_ui_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/alert_commands.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/shill_device_client_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/shill_manager_client_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/shill_profile_client_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_manager_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/policy/core/browser/autofill_policy_handler_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/policy/core/browser/configuration_policy_pref_store_unittest.cc View 1 2 chunks +10 lines, -4 lines 0 comments Download
M components/policy/core/browser/url_blacklist_policy_handler_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_manager_unittest.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download
M components/policy/core/common/policy_bundle_unittest.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download
M components/policy/core/common/policy_map_unittest.cc View 9 chunks +68 lines, -29 lines 0 comments Download
M components/policy/core/common/policy_statistics_collector_unittest.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M components/policy/core/common/schema_map_unittest.cc View 1 2 chunks +30 lines, -12 lines 0 comments Download
M components/search_engines/default_search_policy_handler_unittest.cc View 6 chunks +18 lines, -9 lines 0 comments Download
M tools/json_schema_compiler/test/any_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/json_schema_compiler/test/arrays_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/json_schema_compiler/test/choices_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/json_schema_compiler/test/crossref_unittest.cc View 1 4 chunks +4 lines, -5 lines 0 comments Download
M tools/json_schema_compiler/test/objects_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/json_schema_compiler/test/simple_api_unittest.cc View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Evan Stade
This CL is a straight find/replace. thestig: chrome/* davemoore: chromeos/* blundell: components/*
6 years, 5 months ago (2014-07-15 22:08:20 UTC) #1
Lei Zhang
chrome/ lgtm https://codereview.chromium.org/397793002/diff/1/chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc File chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc (right): https://codereview.chromium.org/397793002/diff/1/chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc#newcode39 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc:39: new base::FundamentalValue(incognito_enabled == nit: I like "incognito_enabled ...
6 years, 5 months ago (2014-07-15 22:19:28 UTC) #2
blundell
//components lgtm
6 years, 5 months ago (2014-07-16 08:45:36 UTC) #3
DaveMoore
chromeos: LGTM
6 years, 5 months ago (2014-07-16 18:12:00 UTC) #4
Evan Stade
https://codereview.chromium.org/397793002/diff/1/chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc File chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc (right): https://codereview.chromium.org/397793002/diff/1/chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc#newcode39 chrome/browser/profiles/incognito_mode_policy_handler_unittest.cc:39: new base::FundamentalValue(incognito_enabled == On 2014/07/15 22:19:28, Lei Zhang wrote: ...
6 years, 5 months ago (2014-07-16 21:07:05 UTC) #5
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 5 months ago (2014-07-16 21:07:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/397793002/1
6 years, 5 months ago (2014-07-16 21:10:17 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-16 23:46:33 UTC) #8
commit-bot: I haz the power
Failed to apply patch for components/policy/core/common/schema_map_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-16 23:46:34 UTC) #9
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 5 months ago (2014-07-17 00:29:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/397793002/20001
6 years, 5 months ago (2014-07-17 00:31:40 UTC) #11
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 5 months ago (2014-07-17 03:20:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/397793002/40001
6 years, 5 months ago (2014-07-17 03:21:31 UTC) #13
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 06:37:46 UTC) #14
Message was sent while issue was closed.
Change committed as 283665

Powered by Google App Engine
This is Rietveld 408576698