| Index: remoting/host/resources_android.cc
|
| diff --git a/remoting/host/resources_win.cc b/remoting/host/resources_android.cc
|
| similarity index 70%
|
| copy from remoting/host/resources_win.cc
|
| copy to remoting/host/resources_android.cc
|
| index 519f94a39f5963061246f818311d53a89318a887..b05cdc20386f05e27bdba0e7c1651b2d527efded 100644
|
| --- a/remoting/host/resources_win.cc
|
| +++ b/remoting/host/resources_android.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -7,7 +7,7 @@
|
| namespace remoting {
|
|
|
| bool LoadResources(const std::string& pref_locale) {
|
| - // Do nothing since .pak files are not used on Windows.
|
| + // Do nothing since .pak files are not used on Android.
|
| return false;
|
| }
|
|
|
|
|