summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-v-y <a-v-y@yandex-team.ru>2016-01-06 14:37:03 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-06 22:37:54 +0000
commit20c07c2a11a6edbddad0d305488963bc26ce0b00 (patch)
treed9450cf0b3390e56bc61b66498f730a0107b459d
parent85bef8c46f8cf9927fcae6bca407918d2dba407f (diff)
downloadchromium_src-20c07c2a11a6edbddad0d305488963bc26ce0b00.zip
chromium_src-20c07c2a11a6edbddad0d305488963bc26ce0b00.tar.gz
chromium_src-20c07c2a11a6edbddad0d305488963bc26ce0b00.tar.bz2
Removed unused field
BUG=574379 R=erg@chromium.org,anthonyvd@chromium.org Review URL: https://codereview.chromium.org/1544233002 Cr-Commit-Position: refs/heads/master@{#367940}
-rw-r--r--chrome/browser/profiles/profile_impl.cc1
-rw-r--r--chrome/browser/profiles/profile_impl.h7
2 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 8503328..56b8cb4 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -88,7 +88,6 @@
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "components/metrics/metrics_service.h"
#include "components/omnibox/browser/autocomplete_classifier.h"
-#include "components/omnibox/browser/shortcuts_backend.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/proxy_config/pref_proxy_config_tracker.h"
#include "components/signin/core/browser/signin_manager.h"
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 33e581e..008fae1 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -26,7 +26,6 @@
class NetPrefObserver;
class PrefService;
-class ShortcutsBackend;
class TrackedPreferenceValidationDelegate;
#if defined(OS_CHROMEOS)
@@ -183,11 +182,6 @@ class ProfileImpl : public Profile {
void EnsureSessionServiceCreated();
#endif
-
- void EnsureRequestContextCreated() {
- GetRequestContext();
- }
-
// Updates the ProfileInfoCache with data from this profile.
void UpdateProfileSupervisedUserIdCache();
void UpdateProfileNameCache();
@@ -242,7 +236,6 @@ class ProfileImpl : public Profile {
#endif
scoped_ptr<NetPrefObserver> net_pref_observer_;
scoped_ptr<ssl_config::SSLConfigServiceManager> ssl_config_service_manager_;
- scoped_refptr<ShortcutsBackend> shortcuts_backend_;
// Exit type the last time the profile was opened. This is set only once from
// prefs.