Upstream DocumentTabModelImpl and related classes
commit1f8dc216df5ca11615cc5f5ae49bbd286ac73dba
authordfalcantara <dfalcantara@chromium.org>
Tue, 16 Dec 2014 22:16:41 +0000 (16 14:16 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Dec 2014 22:17:02 +0000 (16 22:17 +0000)
tree9ad0dec8395001197bfaff80fc1bc517efc7ca31
parent91ec300b3ed7428ca03ad17730b109dc5cf509cc
Upstream DocumentTabModelImpl and related classes

Moves the DocumentTabModelImpl and its associated tests/utility classes upstream
from the downstream directories.

Updates the findbugs to remove obsolete ones and add
temporary new ones (until more is upstreamed).

Setting NOTRY to true to get around findbugs changes.

BUG=415747
TEST=DocumentTabModelImplTest, OffTheRecordDocumentTabModelTest
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#308680}
20 files changed:
build/android/findbugs_filter/findbugs_known_bugs.txt
chrome/android/BUILD.gn
chrome/android/java/src/org/chromium/chrome/browser/document/DocumentMetricIds.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/document/OWNERS [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/document/PendingDocumentData.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/ActivityDelegate.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImpl.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/OWNERS [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/OffTheRecordDocumentTabModel.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/StorageDelegate.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/TabDelegate.java [new file with mode: 0644]
chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImplTest.java [new file with mode: 0644]
chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/OWNERS [new file with mode: 0644]
chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/OffTheRecordDocumentTabModelTest.java [new file with mode: 0644]
chrome/chrome.gyp
chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/MockActivityDelegate.java [new file with mode: 0644]
chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/MockStorageDelegate.java [new file with mode: 0644]
chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/MockTabDelegate.java [new file with mode: 0644]
chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/OWNERS [new file with mode: 0644]
chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/TestInitializationObserver.java [new file with mode: 0644]