Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / mojo / runner / android / main.h
blobd09791f55fac7c2042b6c9e59b4eecc356022af9
1 // Copyright 2013 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 #ifndef MOJO_RUNNER_ANDROID_MAIN_H_
6 #define MOJO_RUNNER_ANDROID_MAIN_H_
8 #include <jni.h>
10 namespace mojo {
11 namespace runner {
13 bool RegisterShellMain(JNIEnv* env);
15 } // namespace runner
16 } // namespace mojo
18 #endif // MOJO_RUNNER_ANDROID_MAIN_H_