Chromoting Android: Fix getActionBar() NullPointerException
commit5b154b85bfd98f1d657821c3404c2e563fd31d85
authorlambroslambrou <lambroslambrou@chromium.org>
Thu, 16 Oct 2014 03:01:34 +0000 (15 20:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Oct 2014 03:02:01 +0000 (16 03:02 +0000)
tree51885780fd8e4b7b91717a99804e55d211e00d12
parent17abbb90ed7ffdf075c3199cec89a8252e107b10
Chromoting Android: Fix getActionBar() NullPointerException

s/getActionBar/getSupportActionBar in Desktop.java which uses
ActionBarActivity from the support library.

BUG=423875

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

Cr-Commit-Position: refs/heads/master@{#299827}
remoting/android/java/src/org/chromium/chromoting/Desktop.java