Skip to content

Commit

Permalink
Keep method from getting stripped by proguard.
Browse files Browse the repository at this point in the history
The method is only used by test code.

TBR=tedchoc@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#306707}
  • Loading branch information
mariakhomenko authored and Commit bot committed Dec 3, 2014
1 parent 0296333 commit e00b5de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import android.os.MessageQueue;

import org.chromium.base.BaseChromiumApplication;
import org.chromium.base.VisibleForTesting;
import org.chromium.base.library_loader.LibraryLoader;
import org.chromium.content.browser.TracingControllerAndroid;

Expand Down Expand Up @@ -63,6 +64,7 @@ protected void initializeLibraryDependencies() {
* @return Whether the library dependencies have been initialized and it is safe to issue
* requests to load the native library.
*/
@VisibleForTesting
public boolean areLibraryDependenciesInitialized() {
return mLibraryDependenciesInitialized;
}
Expand Down

0 comments on commit e00b5de

Please sign in to comment.