diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-15 00:37:24 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-15 00:37:24 +0000 |
commit | 1a47d7ea5a641b185283228692c2767a69f09e1a (patch) | |
tree | 1bd29481a5f92314d950f18e5c599068fda26da4 /chrome/browser/profile_impl.cc | |
parent | 9e6499ead594ea1b46deb0145a4519bc52ea3678 (diff) | |
download | chromium_src-1a47d7ea5a641b185283228692c2767a69f09e1a.zip chromium_src-1a47d7ea5a641b185283228692c2767a69f09e1a.tar.gz chromium_src-1a47d7ea5a641b185283228692c2767a69f09e1a.tar.bz2 |
Rename about:labs to about:flags, part 3/3
This renames the cc and h files, and renames the --no-labs switch to --no-experiments
BUG=59139
TEST=about:flags still works
Review URL: http://codereview.chromium.org/3777005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile_impl.cc')
-rw-r--r-- | chrome/browser/profile_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/profile_impl.cc b/chrome/browser/profile_impl.cc index 491008c..9b0f887 100644 --- a/chrome/browser/profile_impl.cc +++ b/chrome/browser/profile_impl.cc @@ -14,6 +14,7 @@ #include "base/scoped_ptr.h" #include "base/string_number_conversions.h" #include "base/string_util.h" +#include "chrome/browser/about_flags.h" #include "chrome/browser/appcache/chrome_appcache_service.h" #include "chrome/browser/autocomplete/autocomplete_classifier.h" #include "chrome/browser/autofill/personal_data_manager.h" @@ -44,7 +45,6 @@ #include "chrome/browser/host_content_settings_map.h" #include "chrome/browser/host_zoom_map.h" #include "chrome/browser/in_process_webkit/webkit_context.h" -#include "chrome/browser/labs.h" #include "chrome/browser/net/chrome_url_request_context.h" #include "chrome/browser/net/gaia/token_service.h" #include "chrome/browser/net/net_pref_observer.h" @@ -267,7 +267,7 @@ ProfileImpl::ProfileImpl(const FilePath& path) pref_change_registrar_.Add(prefs::kEnableAutoSpellCorrect, this); // Convert active labs into switches. Modifies the current command line. - about_labs::ConvertLabsToSwitches(prefs, CommandLine::ForCurrentProcess()); + about_flags::ConvertFlagsToSwitches(prefs, CommandLine::ForCurrentProcess()); #if defined(OS_MACOSX) // If the profile directory doesn't already have a cache directory and it |