diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-18 12:41:59 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-18 12:43:22 +0000 |
commit | e3f90c60f713e638206f71c1189bd0d92ed07940 (patch) | |
tree | f0acb674735598e258f51faa719296ff78ed2899 /apps/DEPS | |
parent | 1a75d0e4c5f9dc4ad49a097e227f9b90bdddb7ad (diff) | |
download | chromium_src-e3f90c60f713e638206f71c1189bd0d92ed07940.zip chromium_src-e3f90c60f713e638206f71c1189bd0d92ed07940.tar.gz chromium_src-e3f90c60f713e638206f71c1189bd0d92ed07940.tar.bz2 |
Move session_id.{cc,h} from chrome/browser/sessions to components/sessions
Move SessionID out of chrome/ to make it usable from non-Chrome embedders like app_shell and athena.
Move methods IdForTab() and IdForWindowContainingTab() from SessionID to SessionTabHelper to make SessionID chrome-free.
Move SessionID to components/sessions.
Fix gyp, BUILD.gn and DEPS.
BUG=403726
TBR=sky@chromium.org for include fix under chrome/browser
Review URL: https://codereview.chromium.org/480883002
Cr-Commit-Position: refs/heads/master@{#290242}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,6 +6,7 @@ include_rules = [ "+content/public/test", "+components/keyed_service", "+components/pref_registry/pref_registry_syncable.h", + "+components/sessions", "+components/user_manager", "+components/web_modal", "+extensions", @@ -21,7 +22,6 @@ include_rules = [ "+chrome/browser/chromeos/login/users/user_manager.h", "+chrome/browser/lifetime/application_lifetime.h", "+chrome/browser/profiles", - "+chrome/browser/sessions/session_id.h", "+chrome/common/chrome_switches.h", # For default app icon. |