diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 21:04:44 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 21:04:44 +0000 |
commit | 8408bcf26b34c8a623b28c883d64e33be231cf4a (patch) | |
tree | 11990c14dd43770d8f527ef1747807654eb4fa52 /chrome/common/child_process_logging_mac.mm | |
parent | 28cd2bb36606c077618ec0976b889ae11ca55b0c (diff) | |
download | chromium_src-8408bcf26b34c8a623b28c883d64e33be231cf4a.zip chromium_src-8408bcf26b34c8a623b28c883d64e33be231cf4a.tar.gz chromium_src-8408bcf26b34c8a623b28c883d64e33be231cf4a.tar.bz2 |
Remove a NOTIMPLEMENTED() for logging command line flags on mac.
This is resulting in extra output in tests which is confusing build sherifs. Since there is already an assigned bug on file, removal of the NOTIMPLEMENTED() will not lose any information.
Review URL: http://codereview.chromium.org/7941012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging_mac.mm')
-rw-r--r-- | chrome/common/child_process_logging_mac.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging_mac.mm b/chrome/common/child_process_logging_mac.mm index abc7c00..e1813c3 100644 --- a/chrome/common/child_process_logging_mac.mm +++ b/chrome/common/child_process_logging_mac.mm @@ -175,7 +175,6 @@ void SetNumberOfViews(int number_of_views) { void SetCommandLine(const CommandLine*) { // TODO: http://crbug.com/60991 - NOTIMPLEMENTED(); } } // namespace child_process_logging |