Upstream constant related functions
commitdad5c7e37ebf92ec62e4b940029d6a0236f44e5e
authordfalcantara <dfalcantara@chromium.org>
Fri, 12 Dec 2014 00:38:23 +0000 (11 16:38 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Dec 2014 00:38:51 +0000 (12 00:38 +0000)
tree443cc255bf3e8699eaceff6b4c9f30f9fbdd6002
parente75b97e2d6797a635d8c4b3237d92668fd9f3b20
Upstream constant related functions

* Moves some functions that deal TabState filenames to TabState
  from TabPersistentStore downstream.

* Moves DOCUMENT_SCHEME from IntentHandler.java to UrlConstants.java
  with similar schemes.  Note that the DOCUMENT_SCHEME doesn't include
  the "://" string like the other Java scheme constants; this is because
  the Document classes use a real Uri parse to parse the scheme instead
  of doing a plain old TextUtils.equals() comparison.

BUG=415747

Review URL: https://codereview.chromium.org/796113003

Cr-Commit-Position: refs/heads/master@{#308011}
chrome/android/java/src/org/chromium/chrome/browser/TabState.java
chrome/android/java/src/org/chromium/chrome/browser/UrlConstants.java