Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / mojo / runner / android / context_init.cc
blobcf4831d787010ef19563cffe462fd61eb66f7af7
1 // Copyright 2015 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 #include "mojo/runner/android/context_init.h"
7 namespace mojo {
8 namespace runner {
10 void InitContext(Context* context) {
13 } // namespace runner
14 } // namespace mojo