Move VisibleForTesting from WebContents implementation to interface
commit0a2c7d2bcdbc50c22a533c2199bcc72779d1eae6
authoryusufo <yusufo@chromium.org>
Wed, 10 Dec 2014 18:42:34 +0000 (10 10:42 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Dec 2014 18:43:06 +0000 (10 18:43 +0000)
tree20b9699a6d4a29d9ce23f17c7f1101a25a41f829
parent42ba4693fb38d3d732085ceb2f517e4c0f2ae511
Move VisibleForTesting from WebContents implementation to interface

This was added to the implementation by mistake. This annotation is needed
for proguard to not strip these calls because they will be used for downstream
tests.

BUG=434499

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

Cr-Commit-Position: refs/heads/master@{#307738}
content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsImpl.java
content/public/android/java/src/org/chromium/content_public/browser/WebContents.java