summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll_main.cc
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-15 19:40:28 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-15 19:40:28 +0000
commitea93fec3e697bedb13f1e60823eeb1edd295a1fd (patch)
treea417dae0253b5b0a3223e058501bc18da31bc31e /chrome/app/chrome_dll_main.cc
parent571e31155b13e96295c3423c2da5280c3242e2ac (diff)
downloadchromium_src-ea93fec3e697bedb13f1e60823eeb1edd295a1fd.zip
chromium_src-ea93fec3e697bedb13f1e60823eeb1edd295a1fd.tar.gz
chromium_src-ea93fec3e697bedb13f1e60823eeb1edd295a1fd.tar.bz2
Move/Copy paths used by app to app_paths.
http://crbug.com/11387 Review URL: http://codereview.chromium.org/113452 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16173 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r--chrome/app/chrome_dll_main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
index be727ef..97e059d 100644
--- a/chrome/app/chrome_dll_main.cc
+++ b/chrome/app/chrome_dll_main.cc
@@ -29,6 +29,7 @@
#include <string.h>
#endif
+#include "app/app_paths.h"
#include "app/resource_bundle.h"
#include "base/at_exit.h"
#include "base/command_line.h"
@@ -331,6 +332,7 @@ int ChromeMain(int argc, const char** argv) {
SetupCRT(parsed_command_line);
// Initialize the Chrome path provider.
+ app::RegisterPathProvider();
chrome::RegisterPathProvider();
// Initialize the Stats Counters table. With this initialized,