summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-26 15:36:15 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-26 15:36:15 +0000
commit87ea010d6ece7836a98a8cffb1bb4cfa8983f194 (patch)
treef357b699ec1702d8aa669e4797e3a4ad816ee2f8
parent95f4d46454051967dec741a898dfe35295756ca5 (diff)
downloadchromium_src-87ea010d6ece7836a98a8cffb1bb4cfa8983f194.zip
chromium_src-87ea010d6ece7836a98a8cffb1bb4cfa8983f194.tar.gz
chromium_src-87ea010d6ece7836a98a8cffb1bb4cfa8983f194.tar.bz2
Cleanup dead declarations from Profile.
BUG=None Review URL: https://codereview.chromium.org/88153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237343 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/profiles/profile.h4
-rw-r--r--chrome/browser/profiles/profile_impl.h3
2 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 6fdd431..14c7921 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -150,10 +150,6 @@ class Profile : public content::BrowserContext {
// time.
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
- // Gets task runner for I/O operations associated with |profile|.
- static scoped_refptr<base::SequencedTaskRunner> GetTaskRunnerForProfile(
- Profile* profile);
-
// Create a new profile given a path. If |create_mode| is
// CREATE_MODE_ASYNCHRONOUS then the profile is initialized asynchronously.
static Profile* CreateProfile(const base::FilePath& path,
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 274b64a..5fc15cf1 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -167,9 +167,6 @@ class ProfileImpl : public Profile {
void OnZoomLevelChanged(
const content::HostZoomMap::ZoomLevelChange& change);
- void OnInitializationCompleted(PrefService* pref_service,
- bool succeeded);
-
// Does final prefs initialization and calls Init().
void OnPrefsLoaded(bool success);