diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 16:11:40 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 16:11:40 +0000 |
commit | 02fb75abae043fc1d6c14bebedeb6598dd955ef5 (patch) | |
tree | 47d7ff66aca6716c75f6521c1857e3c918eef6d0 /o3d/plugin/mac/main_mac.mm | |
parent | 0a9f9d546e2eb56030874c1b644a092a54483b0e (diff) | |
download | chromium_src-02fb75abae043fc1d6c14bebedeb6598dd955ef5.zip chromium_src-02fb75abae043fc1d6c14bebedeb6598dd955ef5.tar.gz chromium_src-02fb75abae043fc1d6c14bebedeb6598dd955ef5.tar.bz2 |
Drop redundant CommandLine::Terminate.
We had two functions that did the same thing.
Though Terminate came first, I think Reset better conveys the intent.
Review URL: http://codereview.chromium.org/267047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/mac/main_mac.mm')
-rw-r--r-- | o3d/plugin/mac/main_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/mac/main_mac.mm b/o3d/plugin/mac/main_mac.mm index 9f497b1..769d027 100644 --- a/o3d/plugin/mac/main_mac.mm +++ b/o3d/plugin/mac/main_mac.mm @@ -687,7 +687,7 @@ NPError OSCALL NP_Shutdown(void) { stats_report::g_global_metrics.Uninitialize(); } - CommandLine::Terminate(); + CommandLine::Reset(); #ifdef CFTIMER o3d::gRenderTimer.Stop(); |