Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / remoting / android / apk / src / org / chromium / chromoting / RemotingApplication.java
blobf7239203ba8f41fcf1f3afdad81d30e72dc5adff
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 package org.chromium.chromoting;
7 import android.app.Application;
9 import org.chromium.chromoting.accountswitcher.AccountSwitcherFactory;
11 /** Main context for the application. */
12 public class RemotingApplication extends Application {
13 @Override
14 public void onCreate() {
15 AccountSwitcherFactory.setInstance(new AccountSwitcherFactory());