Move //chrome/browser/{chromeos => ash}/smb_client
This CL is part of the Chrome OS source code directory migration: https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE. Change-Id: Id0cbbfebb2399c6eb6c85854baaa3a119b96c08c Bug: 1164001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2952740 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Owners-Override: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Yeunjoo Choi <ychoi@igalia.com> Cr-Commit-Position: refs/heads/master@{#891576}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
fbe4d6d15a
commit
c74b67a770
WATCHLISTSchrome_content_browser_client.cc
chrome/browser
ash
guest_os
smb_client
DIR_METADATAOWNERS
discovery
fake_netbios_client.ccfake_netbios_client.hhost_locator.hin_memory_host_locator.ccin_memory_host_locator.hin_memory_host_locator_unittest.ccmdns_host_locator.ccmdns_host_locator.hmdns_host_locator_unittest.ccnetbios_client.ccnetbios_client.hnetbios_client_interface.hnetbios_host_locator.ccnetbios_host_locator.hnetbios_host_locator_unittest.ccnetwork_scanner.ccnetwork_scanner.hnetwork_scanner_unittest.cc
fileapi
smbfs_async_file_util.ccsmbfs_async_file_util.hsmbfs_file_system_backend_delegate.ccsmbfs_file_system_backend_delegate.h
fuzzer_data
smb_constants.ccsmb_constants.hsmb_errors.ccsmb_errors.hsmb_errors_unittest.ccsmb_file_system.ccsmb_file_system.hsmb_file_system_id.ccsmb_file_system_id.hsmb_file_system_id_test.ccsmb_file_system_unittest.ccsmb_kerberos_credentials_updater.ccsmb_kerberos_credentials_updater.hsmb_kerberos_credentials_updater_unittest.ccsmb_persisted_share_registry.ccsmb_persisted_share_registry.hsmb_persisted_share_registry_unittest.ccsmb_provider.ccsmb_provider.hsmb_service.ccsmb_service.hsmb_service_factory.ccsmb_service_factory.hsmb_service_helper.ccsmb_service_helper.hsmb_service_helper_unittest.ccsmb_service_unittest.ccsmb_share_finder.ccsmb_share_finder.hsmb_share_finder_unittest.ccsmb_share_info.ccsmb_share_info.hsmb_task_queue.ccsmb_task_queue.hsmb_task_queue_unittest.ccsmb_url.ccsmb_url.hsmb_url_fuzzer.ccsmb_url_unittest.ccsmbfs_share.ccsmbfs_share.hsmbfs_share_unittest.cctemp_file_manager.cctemp_file_manager.htemp_file_manager_unittest.ccchromeos
ui
webui
chromeos
net/dns
tools/metrics/histograms/histograms_xml/others
ui/webui/resources/cr_components/chromeos/smb_shares
@ -1704,7 +1704,7 @@
|
||||
},
|
||||
'smb': {
|
||||
'filepath': 'chrome/browser/ash/file_system_provider' \
|
||||
'|chrome/browser/chromeos/smb_client'\
|
||||
'|chrome/browser/ash/smb_client'\
|
||||
'|chromeos/dbus/fake_smb_provider_client'\
|
||||
'|chromeos/dbus/smb_provider_client',
|
||||
},
|
||||
|
@ -17,11 +17,11 @@
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_manager.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_manager_factory.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_util.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/ash/smb_client/smbfs_share.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smbfs_share.h"
|
||||
#include "chromeos/components/drivefs/mojom/drivefs.mojom.h"
|
||||
#include "chromeos/dbus/concierge/concierge_service.pb.h"
|
||||
#include "chromeos/dbus/seneschal/seneschal_client.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/fake_netbios_client.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/fake_netbios_client.h"
|
||||
|
||||
#include "net/base/ip_endpoint.h"
|
||||
|
@ -2,13 +2,13 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_FAKE_NETBIOS_CLIENT_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_FAKE_NETBIOS_CLIENT_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_FAKE_NETBIOS_CLIENT_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_FAKE_NETBIOS_CLIENT_H_
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/netbios_client_interface.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/netbios_client_interface.h"
|
||||
|
||||
namespace net {
|
||||
|
||||
@ -48,4 +48,4 @@ class FakeNetBiosClient : public NetBiosClientInterface {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_FAKE_NETBIOS_CLIENT_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_FAKE_NETBIOS_CLIENT_H_
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_HOST_LOCATOR_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_HOST_LOCATOR_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_HOST_LOCATOR_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_HOST_LOCATOR_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
@ -42,4 +42,4 @@ class HostLocator {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_HOST_LOCATOR_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_HOST_LOCATOR_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/in_memory_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/in_memory_host_locator.h"
|
||||
|
||||
#include <map>
|
||||
#include <utility>
|
@ -2,10 +2,10 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_IN_MEMORY_HOST_LOCATOR_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_IN_MEMORY_HOST_LOCATOR_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_IN_MEMORY_HOST_LOCATOR_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_IN_MEMORY_HOST_LOCATOR_H_
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/host_locator.h"
|
||||
|
||||
namespace chromeos {
|
||||
namespace smb_client {
|
||||
@ -45,4 +45,4 @@ class InMemoryHostLocator : public HostLocator {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_IN_MEMORY_HOST_LOCATOR_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_IN_MEMORY_HOST_LOCATOR_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/in_memory_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/in_memory_host_locator.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/mdns_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/mdns_host_locator.h"
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_MDNS_HOST_LOCATOR_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_MDNS_HOST_LOCATOR_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_MDNS_HOST_LOCATOR_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_MDNS_HOST_LOCATOR_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -13,7 +13,7 @@
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/sequence_checker.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/host_locator.h"
|
||||
|
||||
namespace chromeos {
|
||||
namespace smb_client {
|
||||
@ -62,4 +62,4 @@ class MDnsHostLocator : public HostLocator {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_MDNS_HOST_LOCATOR_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_MDNS_HOST_LOCATOR_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/mdns_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/mdns_host_locator.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
namespace chromeos {
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/netbios_client.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/netbios_client.h"
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "chromeos/network/firewall_hole.h"
|
@ -2,14 +2,14 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_H_
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/netbios_client_interface.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/netbios_client_interface.h"
|
||||
#include "mojo/public/cpp/bindings/receiver.h"
|
||||
#include "mojo/public/cpp/bindings/remote.h"
|
||||
#include "net/traffic_annotation/network_traffic_annotation.h"
|
||||
@ -115,4 +115,4 @@ class NetBiosClient : public network::mojom::UDPSocketListener,
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_H_
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_INTERFACE_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_INTERFACE_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_INTERFACE_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_INTERFACE_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -42,4 +42,4 @@ class NetBiosClientInterface {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_INTERFACE_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_CLIENT_INTERFACE_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/netbios_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/netbios_host_locator.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
#include "base/logging.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/time/time.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_constants.h"
|
||||
#include "net/base/ip_endpoint.h"
|
||||
#include "net/base/network_change_notifier.h"
|
||||
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_HOST_LOCATOR_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_HOST_LOCATOR_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_HOST_LOCATOR_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_HOST_LOCATOR_H_
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
@ -11,8 +11,8 @@
|
||||
#include "base/callback.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/timer/timer.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/host_locator.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/netbios_client_interface.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/netbios_client_interface.h"
|
||||
#include "chromeos/dbus/smb_provider_client.h"
|
||||
#include "net/base/network_interfaces.h"
|
||||
|
||||
@ -115,4 +115,4 @@ class NetBiosHostLocator : public HostLocator,
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETBIOS_HOST_LOCATOR_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETBIOS_HOST_LOCATOR_H_
|
@ -2,14 +2,14 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/netbios_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/netbios_host_locator.h"
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/test/simple_test_tick_clock.h"
|
||||
#include "base/test/test_mock_time_task_runner.h"
|
||||
#include "base/timer/timer.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/fake_netbios_client.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/fake_netbios_client.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_constants.h"
|
||||
#include "chromeos/dbus/fake_smb_provider_client.h"
|
||||
#include "net/base/ip_endpoint.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/network_scanner.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/network_scanner.h"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
@ -11,7 +11,7 @@
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/host_locator.h"
|
||||
|
||||
namespace chromeos {
|
||||
namespace smb_client {
|
@ -2,15 +2,15 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETWORK_SCANNER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETWORK_SCANNER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETWORK_SCANNER_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETWORK_SCANNER_H_
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "base/callback.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/host_locator.h"
|
||||
#include "net/base/ip_address.h"
|
||||
|
||||
namespace chromeos {
|
||||
@ -103,4 +103,4 @@ class NetworkScanner : public base::SupportsWeakPtr<NetworkScanner> {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_NETWORK_SCANNER_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_DISCOVERY_NETWORK_SCANNER_H_
|
@ -2,14 +2,14 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/network_scanner.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/network_scanner.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/in_memory_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/in_memory_host_locator.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
namespace chromeos {
|
@ -2,16 +2,16 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/fileapi/smbfs_async_file_util.h"
|
||||
#include "chrome/browser/ash/smb_client/fileapi/smbfs_async_file_util.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/check_op.h"
|
||||
#include "base/files/file.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smbfs_share.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/ash/smb_client/smbfs_share.h"
|
||||
#include "content/public/browser/browser_task_traits.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "storage/browser/file_system/file_system_url.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_FILEAPI_SMBFS_ASYNC_FILE_UTIL_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_FILEAPI_SMBFS_ASYNC_FILE_UTIL_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_FILEAPI_SMBFS_ASYNC_FILE_UTIL_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_FILEAPI_SMBFS_ASYNC_FILE_UTIL_H_
|
||||
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "storage/browser/file_system/async_file_util_adapter.h"
|
||||
@ -52,4 +52,4 @@ class SmbFsAsyncFileUtil : public storage::AsyncFileUtilAdapter {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_FILEAPI_SMBFS_ASYNC_FILE_UTIL_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_FILEAPI_SMBFS_ASYNC_FILE_UTIL_H_
|
@ -2,11 +2,11 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/fileapi/smbfs_file_system_backend_delegate.h"
|
||||
#include "chrome/browser/ash/smb_client/fileapi/smbfs_file_system_backend_delegate.h"
|
||||
|
||||
#include "base/check_op.h"
|
||||
#include "base/notreached.h"
|
||||
#include "chrome/browser/chromeos/smb_client/fileapi/smbfs_async_file_util.h"
|
||||
#include "chrome/browser/ash/smb_client/fileapi/smbfs_async_file_util.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "storage/browser/file_system/file_stream_reader.h"
|
||||
#include "storage/browser/file_system/file_stream_writer.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_FILEAPI_SMBFS_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_FILEAPI_SMBFS_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_FILEAPI_SMBFS_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_FILEAPI_SMBFS_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
||||
|
||||
#include <memory>
|
||||
|
||||
@ -47,4 +47,4 @@ class SmbFsFileSystemBackendDelegate
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_FILEAPI_SMBFS_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_FILEAPI_SMBFS_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
2
chrome/browser/chromeos/smb_client/smb_constants.cc → chrome/browser/ash/smb_client/smb_constants.cc
2
chrome/browser/chromeos/smb_client/smb_constants.cc → chrome/browser/ash/smb_client/smb_constants.cc
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_constants.h"
|
||||
|
||||
namespace chromeos {
|
||||
namespace smb_client {
|
6
chrome/browser/chromeos/smb_client/smb_constants.h → chrome/browser/ash/smb_client/smb_constants.h
6
chrome/browser/chromeos/smb_client/smb_constants.h → chrome/browser/ash/smb_client/smb_constants.h
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_CONSTANTS_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_CONSTANTS_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_CONSTANTS_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_CONSTANTS_H_
|
||||
|
||||
namespace chromeos {
|
||||
namespace smb_client {
|
||||
@ -16,4 +16,4 @@ constexpr int kNetBiosDiscoveryTimeoutSeconds = 1;
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_CONSTANTS_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_CONSTANTS_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_errors.h"
|
||||
|
||||
#include "base/logging.h"
|
||||
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_ERRORS_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_ERRORS_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_ERRORS_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_ERRORS_H_
|
||||
|
||||
#include "base/files/file.h"
|
||||
#include "chromeos/dbus/smb_provider_client.h"
|
||||
@ -53,4 +53,4 @@ SmbMountResult TranslateErrorToMountResult(base::File::Error error);
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_ERRORS_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_ERRORS_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_errors.h"
|
||||
|
||||
#include "base/files/file.h"
|
||||
#include "chromeos/dbus/smbprovider/directory_entry.pb.h"
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
@ -15,8 +15,8 @@
|
||||
#include "base/task/post_task.h"
|
||||
#include "base/task/thread_pool.h"
|
||||
#include "chrome/browser/ash/file_system_provider/service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system_id.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system_id.h"
|
||||
#include "chromeos/dbus/dbus_thread_manager.h"
|
||||
#include "chromeos/dbus/smb_provider_client.h"
|
||||
#include "components/services/filesystem/public/mojom/types.mojom.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_FILE_SYSTEM_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_FILE_SYSTEM_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_FILE_SYSTEM_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_FILE_SYSTEM_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -21,9 +21,9 @@
|
||||
// TODO(https://crbug.com/1164001): forward declare when moved to ash.
|
||||
#include "chrome/browser/ash/file_system_provider/request_manager.h"
|
||||
#include "chrome/browser/ash/file_system_provider/watcher.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_task_queue.h"
|
||||
#include "chrome/browser/chromeos/smb_client/temp_file_manager.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_task_queue.h"
|
||||
#include "chrome/browser/ash/smb_client/temp_file_manager.h"
|
||||
#include "chromeos/dbus/smb_provider_client.h"
|
||||
#include "storage/browser/file_system/async_file_util.h"
|
||||
#include "storage/browser/file_system/watcher_manager.h"
|
||||
@ -378,4 +378,4 @@ class SmbFileSystem : public file_system_provider::ProvidedFileSystemInterface,
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_FILE_SYSTEM_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_FILE_SYSTEM_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system_id.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system_id.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_FILE_SYSTEM_ID_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_FILE_SYSTEM_ID_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_FILE_SYSTEM_ID_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_FILE_SYSTEM_ID_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
@ -45,4 +45,4 @@ absl::optional<std::string> GetUserFromFileSystemId(
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_FILE_SYSTEM_ID_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_FILE_SYSTEM_ID_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system_id.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system_id.h"
|
||||
|
||||
#include <string>
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_kerberos_credentials_updater.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_kerberos_credentials_updater.h"
|
||||
|
||||
namespace chromeos {
|
||||
namespace smb_client {
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_KERBEROS_CREDENTIALS_UPDATER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_KERBEROS_CREDENTIALS_UPDATER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_KERBEROS_CREDENTIALS_UPDATER_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_KERBEROS_CREDENTIALS_UPDATER_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -50,4 +50,4 @@ class SmbKerberosCredentialsUpdater
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_KERBEROS_CREDENTIALS_UPDATER_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_KERBEROS_CREDENTIALS_UPDATER_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_kerberos_credentials_updater.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_kerberos_credentials_updater.h"
|
||||
|
||||
#include <memory>
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_persisted_share_registry.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_persisted_share_registry.h"
|
||||
|
||||
#include <utility>
|
||||
|
@ -2,12 +2,12 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_PERSISTED_SHARE_REGISTRY_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_PERSISTED_SHARE_REGISTRY_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_PERSISTED_SHARE_REGISTRY_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_PERSISTED_SHARE_REGISTRY_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_share_info.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_share_info.h"
|
||||
#include "third_party/abseil-cpp/absl/types/optional.h"
|
||||
|
||||
class Profile;
|
||||
@ -55,4 +55,4 @@ class SmbPersistedShareRegistry {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_PERSISTED_SHARE_REGISTRY_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_PERSISTED_SHARE_REGISTRY_H_
|
@ -2,9 +2,9 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_persisted_share_registry.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_persisted_share_registry.h"
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "content/public/test/browser_task_environment.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
4
chrome/browser/chromeos/smb_client/smb_provider.cc → chrome/browser/ash/smb_client/smb_provider.cc
4
chrome/browser/chromeos/smb_client/smb_provider.cc → chrome/browser/ash/smb_client/smb_provider.cc
@ -2,14 +2,14 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_provider.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_provider.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_info.h"
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_interface.h"
|
||||
#include "chrome/browser/ash/file_system_provider/service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/ui/webui/chromeos/smb_shares/smb_share_dialog.h"
|
||||
#include "chrome/common/webui_url_constants.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_PROVIDER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_PROVIDER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_PROVIDER_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_PROVIDER_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -12,7 +12,7 @@
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_info.h"
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_interface.h"
|
||||
#include "chrome/browser/ash/file_system_provider/provider_interface.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
@ -61,4 +61,4 @@ class SmbProvider : public file_system_provider::ProviderInterface {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_PROVIDER_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_PROVIDER_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
@ -22,16 +22,16 @@
|
||||
#include "chrome/browser/ash/kerberos/kerberos_credentials_manager.h"
|
||||
#include "chrome/browser/ash/kerberos/kerberos_credentials_manager_factory.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/mdns_host_locator.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/netbios_client.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/netbios_host_locator.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system_id.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_kerberos_credentials_updater.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_provider.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_helper.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_share_info.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/mdns_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/netbios_client.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/netbios_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system_id.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_kerberos_credentials_updater.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_provider.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_share_info.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
#include "chrome/browser/platform_util.h"
|
||||
#include "chrome/browser/ui/webui/chromeos/smb_shares/smb_credentials_dialog.h"
|
||||
#include "chrome/common/chrome_features.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_H_
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
@ -18,11 +18,11 @@
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_info.h"
|
||||
#include "chrome/browser/ash/file_system_provider/provider_interface.h"
|
||||
#include "chrome/browser/ash/file_system_provider/service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_persisted_share_registry.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_share_finder.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_task_queue.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smbfs_share.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_persisted_share_registry.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_share_finder.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_task_queue.h"
|
||||
#include "chrome/browser/ash/smb_client/smbfs_share.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chromeos/dbus/smb_provider_client.h"
|
||||
#include "components/keyed_service/core/keyed_service.h"
|
||||
@ -327,4 +327,4 @@ class SmbService : public KeyedService,
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
#include "chrome/browser/ash/file_system_provider/service_factory.h"
|
||||
#include "chrome/browser/ash/kerberos/kerberos_credentials_manager_factory.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_factory.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/profiles/incognito_helpers.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "components/keyed_service/content/browser_context_dependency_manager.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_FACTORY_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_FACTORY_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_FACTORY_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_FACTORY_H_
|
||||
|
||||
#include "base/memory/singleton.h"
|
||||
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
||||
@ -47,4 +47,4 @@ class SmbServiceFactory : public BrowserContextKeyedServiceFactory {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_FACTORY_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_FACTORY_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_helper.h"
|
||||
|
||||
#include "base/strings/string_split.h"
|
||||
#include "base/strings/string_util.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_HELPER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_HELPER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_HELPER_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_HELPER_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -41,4 +41,4 @@ bool ParseUserName(const std::string& name,
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SERVICE_HELPER_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SERVICE_HELPER_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_helper.h"
|
||||
|
||||
#include <string>
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@ -29,11 +29,11 @@
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_info.h"
|
||||
#include "chrome/browser/ash/file_system_provider/service.h"
|
||||
#include "chrome/browser/ash/login/users/fake_chrome_user_manager.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system_id.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_persisted_share_registry.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_factory.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_file_system_id.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_persisted_share_registry.h"
|
||||
#include "chrome/common/chrome_features.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_browser_process.h"
|
@ -2,16 +2,16 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_share_finder.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_share_finder.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/metrics/histogram_macros.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/mdns_host_locator.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/mdns_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_errors.h"
|
||||
|
||||
namespace chromeos {
|
||||
namespace smb_client {
|
@ -2,17 +2,17 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SHARE_FINDER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SHARE_FINDER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SHARE_FINDER_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SHARE_FINDER_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/callback.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/host_locator.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/network_scanner.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/network_scanner.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
#include "chromeos/dbus/smb_provider_client.h"
|
||||
|
||||
namespace chromeos {
|
||||
@ -109,4 +109,4 @@ class SmbShareFinder : public base::SupportsWeakPtr<SmbShareFinder> {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SHARE_FINDER_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SHARE_FINDER_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_share_finder.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_share_finder.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
@ -11,9 +11,9 @@
|
||||
#include "base/callback.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/chromeos/smb_client/discovery/in_memory_host_locator.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/discovery/in_memory_host_locator.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
#include "chromeos/dbus/fake_smb_provider_client.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_share_info.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_share_info.h"
|
||||
|
||||
#include "base/check.h"
|
||||
|
8
chrome/browser/chromeos/smb_client/smb_share_info.h → chrome/browser/ash/smb_client/smb_share_info.h
8
chrome/browser/chromeos/smb_client/smb_share_info.h → chrome/browser/ash/smb_client/smb_share_info.h
@ -2,13 +2,13 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SHARE_INFO_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SHARE_INFO_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SHARE_INFO_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SHARE_INFO_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
|
||||
namespace chromeos {
|
||||
namespace smb_client {
|
||||
@ -52,4 +52,4 @@ class SmbShareInfo {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_SHARE_INFO_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_SHARE_INFO_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_task_queue.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_task_queue.h"
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback.h"
|
6
chrome/browser/chromeos/smb_client/smb_task_queue.h → chrome/browser/ash/smb_client/smb_task_queue.h
6
chrome/browser/chromeos/smb_client/smb_task_queue.h → chrome/browser/ash/smb_client/smb_task_queue.h
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_TASK_QUEUE_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_TASK_QUEUE_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_TASK_QUEUE_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_TASK_QUEUE_H_
|
||||
|
||||
#include "base/callback.h"
|
||||
#include "base/containers/queue.h"
|
||||
@ -114,4 +114,4 @@ class SmbTaskQueue {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_TASK_QUEUE_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_TASK_QUEUE_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_task_queue.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_task_queue.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "base/strings/string_split.h"
|
||||
#include "base/strings/string_util.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_constants.h"
|
||||
#include "url/url_canon_stdstring.h"
|
||||
|
||||
namespace chromeos {
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_URL_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_URL_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_URL_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_URL_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
@ -74,4 +74,4 @@ class SmbUrl {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMB_URL_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_URL_H_
|
@ -8,7 +8,7 @@
|
||||
#include "base/at_exit.h"
|
||||
#include "base/i18n/icu_util.h"
|
||||
#include "base/logging.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
|
||||
// This is a workaround for https://crbug.com/778929.
|
||||
struct IcuEnvironment {
|
@ -2,11 +2,11 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smb_constants.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_constants.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
namespace chromeos {
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smbfs_share.h"
|
||||
#include "chrome/browser/ash/smb_client/smbfs_share.h"
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
@ -12,8 +12,8 @@
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/unguessable_token.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_helper.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_helper.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/ui/webui/chromeos/smb_shares/smb_credentials_dialog.h"
|
||||
#include "crypto/sha2.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMBFS_SHARE_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMBFS_SHARE_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMBFS_SHARE_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMBFS_SHARE_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -14,8 +14,8 @@
|
||||
#include "base/gtest_prod_util.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/time/time.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_errors.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
#include "chromeos/components/smbfs/smbfs_host.h"
|
||||
#include "chromeos/components/smbfs/smbfs_mounter.h"
|
||||
|
||||
@ -153,4 +153,4 @@ class SmbFsShare : public smbfs::SmbFsHost::Delegate {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_SMBFS_SHARE_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMBFS_SHARE_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/smbfs_share.h"
|
||||
#include "chrome/browser/ash/smb_client/smbfs_share.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
@ -12,11 +12,11 @@
|
||||
#include "base/test/gmock_callback_support.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_factory.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_observer.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_url.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "chromeos/components/smbfs/smbfs_host.h"
|
||||
#include "chromeos/components/smbfs/smbfs_mounter.h"
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/temp_file_manager.h"
|
||||
#include "chrome/browser/ash/smb_client/temp_file_manager.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_SMB_CLIENT_TEMP_FILE_MANAGER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_TEMP_FILE_MANAGER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_TEMP_FILE_MANAGER_H_
|
||||
#define CHROME_BROWSER_ASH_SMB_CLIENT_TEMP_FILE_MANAGER_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -44,4 +44,4 @@ class TempFileManager {
|
||||
} // namespace smb_client
|
||||
} // namespace chromeos
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_SMB_CLIENT_TEMP_FILE_MANAGER_H_
|
||||
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_TEMP_FILE_MANAGER_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/smb_client/temp_file_manager.h"
|
||||
#include "chrome/browser/ash/smb_client/temp_file_manager.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
@ -426,6 +426,7 @@
|
||||
#include "chrome/browser/ash/login/signin_partition_manager.h"
|
||||
#include "chrome/browser/ash/login/startup_utils.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/fileapi/smbfs_file_system_backend_delegate.h"
|
||||
#include "chrome/browser/ash/system/input_device_settings.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/browser_process_platform_part.h"
|
||||
@ -439,7 +440,6 @@
|
||||
#include "chrome/browser/chromeos/policy/core/browser_policy_connector_chromeos.h"
|
||||
#include "chrome/browser/chromeos/policy/handlers/system_features_disable_list_policy_handler.h"
|
||||
#include "chrome/browser/chromeos/policy/networking/policy_cert_service_factory.h"
|
||||
#include "chrome/browser/chromeos/smb_client/fileapi/smbfs_file_system_backend_delegate.h"
|
||||
#include "chrome/browser/speech/tts_chromeos.h"
|
||||
#include "chrome/browser/ui/ash/chrome_browser_main_extra_parts_ash.h"
|
||||
#include "chrome/browser/ui/browser_dialogs.h"
|
||||
|
@ -1948,6 +1948,54 @@ source_set("chromeos") {
|
||||
"../ash/settings/supervised_user_cros_settings_provider.h",
|
||||
"../ash/settings/token_encryptor.cc",
|
||||
"../ash/settings/token_encryptor.h",
|
||||
"../ash/smb_client/discovery/host_locator.h",
|
||||
"../ash/smb_client/discovery/in_memory_host_locator.cc",
|
||||
"../ash/smb_client/discovery/in_memory_host_locator.h",
|
||||
"../ash/smb_client/discovery/mdns_host_locator.cc",
|
||||
"../ash/smb_client/discovery/mdns_host_locator.h",
|
||||
"../ash/smb_client/discovery/netbios_client.cc",
|
||||
"../ash/smb_client/discovery/netbios_client.h",
|
||||
"../ash/smb_client/discovery/netbios_client_interface.h",
|
||||
"../ash/smb_client/discovery/netbios_host_locator.cc",
|
||||
"../ash/smb_client/discovery/netbios_host_locator.h",
|
||||
"../ash/smb_client/discovery/network_scanner.cc",
|
||||
"../ash/smb_client/discovery/network_scanner.h",
|
||||
"../ash/smb_client/fileapi/smbfs_async_file_util.cc",
|
||||
"../ash/smb_client/fileapi/smbfs_async_file_util.h",
|
||||
"../ash/smb_client/fileapi/smbfs_file_system_backend_delegate.cc",
|
||||
"../ash/smb_client/fileapi/smbfs_file_system_backend_delegate.h",
|
||||
"../ash/smb_client/smb_constants.cc",
|
||||
"../ash/smb_client/smb_constants.h",
|
||||
"../ash/smb_client/smb_errors.cc",
|
||||
"../ash/smb_client/smb_errors.h",
|
||||
"../ash/smb_client/smb_file_system.cc",
|
||||
"../ash/smb_client/smb_file_system.h",
|
||||
"../ash/smb_client/smb_file_system_id.cc",
|
||||
"../ash/smb_client/smb_file_system_id.h",
|
||||
"../ash/smb_client/smb_kerberos_credentials_updater.cc",
|
||||
"../ash/smb_client/smb_kerberos_credentials_updater.h",
|
||||
"../ash/smb_client/smb_persisted_share_registry.cc",
|
||||
"../ash/smb_client/smb_persisted_share_registry.h",
|
||||
"../ash/smb_client/smb_provider.cc",
|
||||
"../ash/smb_client/smb_provider.h",
|
||||
"../ash/smb_client/smb_service.cc",
|
||||
"../ash/smb_client/smb_service.h",
|
||||
"../ash/smb_client/smb_service_factory.cc",
|
||||
"../ash/smb_client/smb_service_factory.h",
|
||||
"../ash/smb_client/smb_service_helper.cc",
|
||||
"../ash/smb_client/smb_service_helper.h",
|
||||
"../ash/smb_client/smb_share_finder.cc",
|
||||
"../ash/smb_client/smb_share_finder.h",
|
||||
"../ash/smb_client/smb_share_info.cc",
|
||||
"../ash/smb_client/smb_share_info.h",
|
||||
"../ash/smb_client/smb_task_queue.cc",
|
||||
"../ash/smb_client/smb_task_queue.h",
|
||||
"../ash/smb_client/smb_url.cc",
|
||||
"../ash/smb_client/smb_url.h",
|
||||
"../ash/smb_client/smbfs_share.cc",
|
||||
"../ash/smb_client/smbfs_share.h",
|
||||
"../ash/smb_client/temp_file_manager.cc",
|
||||
"../ash/smb_client/temp_file_manager.h",
|
||||
"../ash/sync/app_settings_model_type_controller.cc",
|
||||
"../ash/sync/app_settings_model_type_controller.h",
|
||||
"../ash/sync/apps_model_type_controller.cc",
|
||||
@ -3016,54 +3064,6 @@ source_set("chromeos") {
|
||||
"session_length_limiter.h",
|
||||
"set_time_dialog.cc",
|
||||
"set_time_dialog.h",
|
||||
"smb_client/discovery/host_locator.h",
|
||||
"smb_client/discovery/in_memory_host_locator.cc",
|
||||
"smb_client/discovery/in_memory_host_locator.h",
|
||||
"smb_client/discovery/mdns_host_locator.cc",
|
||||
"smb_client/discovery/mdns_host_locator.h",
|
||||
"smb_client/discovery/netbios_client.cc",
|
||||
"smb_client/discovery/netbios_client.h",
|
||||
"smb_client/discovery/netbios_client_interface.h",
|
||||
"smb_client/discovery/netbios_host_locator.cc",
|
||||
"smb_client/discovery/netbios_host_locator.h",
|
||||
"smb_client/discovery/network_scanner.cc",
|
||||
"smb_client/discovery/network_scanner.h",
|
||||
"smb_client/fileapi/smbfs_async_file_util.cc",
|
||||
"smb_client/fileapi/smbfs_async_file_util.h",
|
||||
"smb_client/fileapi/smbfs_file_system_backend_delegate.cc",
|
||||
"smb_client/fileapi/smbfs_file_system_backend_delegate.h",
|
||||
"smb_client/smb_constants.cc",
|
||||
"smb_client/smb_constants.h",
|
||||
"smb_client/smb_errors.cc",
|
||||
"smb_client/smb_errors.h",
|
||||
"smb_client/smb_file_system.cc",
|
||||
"smb_client/smb_file_system.h",
|
||||
"smb_client/smb_file_system_id.cc",
|
||||
"smb_client/smb_file_system_id.h",
|
||||
"smb_client/smb_kerberos_credentials_updater.cc",
|
||||
"smb_client/smb_kerberos_credentials_updater.h",
|
||||
"smb_client/smb_persisted_share_registry.cc",
|
||||
"smb_client/smb_persisted_share_registry.h",
|
||||
"smb_client/smb_provider.cc",
|
||||
"smb_client/smb_provider.h",
|
||||
"smb_client/smb_service.cc",
|
||||
"smb_client/smb_service.h",
|
||||
"smb_client/smb_service_factory.cc",
|
||||
"smb_client/smb_service_factory.h",
|
||||
"smb_client/smb_service_helper.cc",
|
||||
"smb_client/smb_service_helper.h",
|
||||
"smb_client/smb_share_finder.cc",
|
||||
"smb_client/smb_share_finder.h",
|
||||
"smb_client/smb_share_info.cc",
|
||||
"smb_client/smb_share_info.h",
|
||||
"smb_client/smb_task_queue.cc",
|
||||
"smb_client/smb_task_queue.h",
|
||||
"smb_client/smb_url.cc",
|
||||
"smb_client/smb_url.h",
|
||||
"smb_client/smbfs_share.cc",
|
||||
"smb_client/smbfs_share.h",
|
||||
"smb_client/temp_file_manager.cc",
|
||||
"smb_client/temp_file_manager.h",
|
||||
"startup_settings_cache.cc",
|
||||
"startup_settings_cache.h",
|
||||
"system_token_cert_db_initializer.cc",
|
||||
@ -3917,6 +3917,24 @@ source_set("unit_tests") {
|
||||
"../ash/settings/shutdown_policy_handler_unittest.cc",
|
||||
"../ash/settings/stats_reporting_controller_unittest.cc",
|
||||
"../ash/settings/stub_cros_settings_provider_unittest.cc",
|
||||
"../ash/smb_client/discovery/fake_netbios_client.cc",
|
||||
"../ash/smb_client/discovery/fake_netbios_client.h",
|
||||
"../ash/smb_client/discovery/in_memory_host_locator_unittest.cc",
|
||||
"../ash/smb_client/discovery/mdns_host_locator_unittest.cc",
|
||||
"../ash/smb_client/discovery/netbios_host_locator_unittest.cc",
|
||||
"../ash/smb_client/discovery/network_scanner_unittest.cc",
|
||||
"../ash/smb_client/smb_errors_unittest.cc",
|
||||
"../ash/smb_client/smb_file_system_id_test.cc",
|
||||
"../ash/smb_client/smb_file_system_unittest.cc",
|
||||
"../ash/smb_client/smb_kerberos_credentials_updater_unittest.cc",
|
||||
"../ash/smb_client/smb_persisted_share_registry_unittest.cc",
|
||||
"../ash/smb_client/smb_service_helper_unittest.cc",
|
||||
"../ash/smb_client/smb_service_unittest.cc",
|
||||
"../ash/smb_client/smb_share_finder_unittest.cc",
|
||||
"../ash/smb_client/smb_task_queue_unittest.cc",
|
||||
"../ash/smb_client/smb_url_unittest.cc",
|
||||
"../ash/smb_client/smbfs_share_unittest.cc",
|
||||
"../ash/smb_client/temp_file_manager_unittest.cc",
|
||||
"../ash/sync/os_sync_util_unittest.cc",
|
||||
"../ash/sync/turn_sync_on_helper_unittest.cc",
|
||||
"../ash/system/automatic_reboot_manager_unittest.cc",
|
||||
@ -4223,24 +4241,6 @@ source_set("unit_tests") {
|
||||
"secure_channel/nearby_connector_impl_unittest.cc",
|
||||
"secure_channel/nearby_endpoint_finder_impl_unittest.cc",
|
||||
"session_length_limiter_unittest.cc",
|
||||
"smb_client/discovery/fake_netbios_client.cc",
|
||||
"smb_client/discovery/fake_netbios_client.h",
|
||||
"smb_client/discovery/in_memory_host_locator_unittest.cc",
|
||||
"smb_client/discovery/mdns_host_locator_unittest.cc",
|
||||
"smb_client/discovery/netbios_host_locator_unittest.cc",
|
||||
"smb_client/discovery/network_scanner_unittest.cc",
|
||||
"smb_client/smb_errors_unittest.cc",
|
||||
"smb_client/smb_file_system_id_test.cc",
|
||||
"smb_client/smb_file_system_unittest.cc",
|
||||
"smb_client/smb_kerberos_credentials_updater_unittest.cc",
|
||||
"smb_client/smb_persisted_share_registry_unittest.cc",
|
||||
"smb_client/smb_service_helper_unittest.cc",
|
||||
"smb_client/smb_service_unittest.cc",
|
||||
"smb_client/smb_share_finder_unittest.cc",
|
||||
"smb_client/smb_task_queue_unittest.cc",
|
||||
"smb_client/smb_url_unittest.cc",
|
||||
"smb_client/smbfs_share_unittest.cc",
|
||||
"smb_client/temp_file_manager_unittest.cc",
|
||||
"startup_settings_cache_unittest.cc",
|
||||
"system_token_cert_db_initializer_unittest.cc",
|
||||
"tether/tether_service_unittest.cc",
|
||||
@ -4546,11 +4546,11 @@ static_library("device_policy_remover_generated") {
|
||||
|
||||
fuzzer_test("smb_url_fuzzer") {
|
||||
sources = [
|
||||
"smb_client/smb_constants.cc",
|
||||
"smb_client/smb_constants.h",
|
||||
"smb_client/smb_url.cc",
|
||||
"smb_client/smb_url.h",
|
||||
"smb_client/smb_url_fuzzer.cc",
|
||||
"../ash/smb_client/smb_constants.cc",
|
||||
"../ash/smb_client/smb_constants.h",
|
||||
"../ash/smb_client/smb_url.cc",
|
||||
"../ash/smb_client/smb_url.h",
|
||||
"../ash/smb_client/smb_url_fuzzer.cc",
|
||||
]
|
||||
|
||||
deps = [
|
||||
@ -4559,9 +4559,9 @@ fuzzer_test("smb_url_fuzzer") {
|
||||
"//url",
|
||||
]
|
||||
|
||||
dict = "smb_client/fuzzer_data/smb_url_fuzzer.dict"
|
||||
dict = "../ash/smb_client/fuzzer_data/smb_url_fuzzer.dict"
|
||||
|
||||
seed_corpus = "smb_client/fuzzer_data/smb_url_corpus"
|
||||
seed_corpus = "../ash/smb_client/fuzzer_data/smb_url_corpus"
|
||||
}
|
||||
|
||||
fuzzer_test("zeroconf_printer_detector_fuzzer") {
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include "chrome/browser/ash/login/easy_unlock/easy_unlock_service_factory.h"
|
||||
#include "chrome/browser/ash/ownership/owner_settings_service_ash_factory.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_engagement_metrics_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/ash/web_applications/crosh_loader_factory.h"
|
||||
#include "chrome/browser/chromeos/android_sms/android_sms_service_factory.h"
|
||||
#include "chrome/browser/chromeos/eche_app/eche_app_manager_factory.h"
|
||||
@ -43,7 +44,6 @@
|
||||
#include "chrome/browser/chromeos/printing/print_management/printing_manager_factory.h"
|
||||
#include "chrome/browser/chromeos/printing/synced_printers_manager_factory.h"
|
||||
#include "chrome/browser/chromeos/secure_channel/nearby_connector_factory.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/chromeos/tether/tether_service_factory.h"
|
||||
#include "chrome/browser/ui/ash/holding_space/holding_space_keyed_service_factory.h"
|
||||
|
||||
|
@ -17,12 +17,12 @@
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/task/post_task.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/common/extensions/api/file_manager_private.h"
|
||||
#include "chromeos/disks/disk_mount_manager.h"
|
||||
|
@ -46,6 +46,8 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_pref_names.h"
|
||||
#include "chrome/browser/ash/drive/drivefs_test_support.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router_factory.h"
|
||||
@ -56,8 +58,6 @@
|
||||
#include "chrome/browser/chromeos/file_manager/mount_test_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/download/download_prefs.h"
|
||||
#include "chrome/browser/notifications/notification_display_service_tester.h"
|
||||
#include "chrome/browser/platform_util.h"
|
||||
|
@ -24,12 +24,12 @@
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/ash/smb_client/smbfs_share.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/fileapi/external_file_url_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_system_backend.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smbfs_share.h"
|
||||
#include "chrome/browser/download/download_dir_util.h"
|
||||
#include "chrome/browser/download/download_prefs.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_info.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
|
||||
namespace chromeos {
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "base/callback_forward.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "content/public/browser/web_ui_message_handler.h"
|
||||
|
||||
class Profile;
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
#include "base/callback_helpers.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service.h"
|
||||
#include "chrome/browser/chromeos/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/ui/webui/chromeos/smb_shares/smb_handler.h"
|
||||
#include "chrome/browser/ui/webui/chromeos/smb_shares/smb_shares_localized_strings_provider.h"
|
||||
|
@ -294,7 +294,7 @@ source_set("dns_client") {
|
||||
# TODO(crbug.com/874662): Remove once migrated to network service.
|
||||
"//chrome/browser",
|
||||
|
||||
# chrome/browser/chromeos/smb_client/discovery/mdns_host_locator.cc
|
||||
# chrome/browser/ash/smb_client/discovery/mdns_host_locator.cc
|
||||
# Result parsing for results read through MdnsClient.
|
||||
# TODO(crbug.com/902531): Remove once migrated to network service.
|
||||
"//chrome/browser/chromeos",
|
||||
@ -353,8 +353,8 @@ source_set("mdns_client") {
|
||||
# TODO(crbug.com/874662): Remove once discovery client migrated.
|
||||
"//chrome/tools/service_discovery_sniffer",
|
||||
|
||||
# chrome/browser/chromeos/smb_client/discovery/mdns_host_locator.h
|
||||
# chrome/browser/chromeos/smb_client/discovery/mdns_host_locator.cc
|
||||
# chrome/browser/ash/smb_client/discovery/mdns_host_locator.h
|
||||
# chrome/browser/ash/smb_client/discovery/mdns_host_locator.cc
|
||||
# Makes MDNS queries using MDnsClient.
|
||||
# TODO(crbug.com/902531): Remove once migrated to network service.
|
||||
"//chrome/browser/chromeos",
|
||||
|
@ -10334,7 +10334,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
|
||||
<histogram name="NativeSmbFileShare.AuthenticationMethod"
|
||||
enum="NativeSmbFileShare_AuthMethod" expires_after="M94">
|
||||
<owner>simmonsjosh@google.com</owner>
|
||||
<owner>src/chrome/browser/chromeos/smb_client/OWNERS</owner>
|
||||
<owner>src/chrome/browser/ash/smb_client/OWNERS</owner>
|
||||
<summary>
|
||||
The method used to authenticate to a share. This is called on each attempted
|
||||
mount.
|
||||
@ -10344,7 +10344,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
|
||||
<histogram name="NativeSmbFileShare.GetSharesResult"
|
||||
enum="NativeSmbFileShare_MountResult" expires_after="M94">
|
||||
<owner>simmonsjosh@google.com</owner>
|
||||
<owner>src/chrome/browser/chromeos/smb_client/OWNERS</owner>
|
||||
<owner>src/chrome/browser/ash/smb_client/OWNERS</owner>
|
||||
<summary>
|
||||
The result of the GetShares operation for Native SMB File Share. This is
|
||||
recorded after the D-Bus call to GetShares returns.
|
||||
@ -10354,7 +10354,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
|
||||
<histogram name="NativeSmbFileShare.MountCount" units="units"
|
||||
expires_after="M94">
|
||||
<owner>simmonsjosh@google.com</owner>
|
||||
<owner>src/chrome/browser/chromeos/smb_client/OWNERS</owner>
|
||||
<owner>src/chrome/browser/ash/smb_client/OWNERS</owner>
|
||||
<summary>
|
||||
The number of active mounts that a user has. This is recorded after a share
|
||||
has been successfully mounted.
|
||||
@ -10364,7 +10364,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
|
||||
<histogram name="NativeSmbFileShare.MountResult"
|
||||
enum="NativeSmbFileShare_MountResult" expires_after="M94">
|
||||
<owner>simmonsjosh@google.com</owner>
|
||||
<owner>src/chrome/browser/chromeos/smb_client/OWNERS</owner>
|
||||
<owner>src/chrome/browser/ash/smb_client/OWNERS</owner>
|
||||
<summary>
|
||||
The result of the mount operation for Native SMB File Share. This is
|
||||
recorded after the D-Bus call to Mount returns.
|
||||
@ -10398,7 +10398,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
|
||||
<histogram name="NativeSmbFileShare.RemountResult"
|
||||
enum="NativeSmbFileShare_MountResult" expires_after="M94">
|
||||
<owner>simmonsjosh@google.com</owner>
|
||||
<owner>src/chrome/browser/chromeos/smb_client/OWNERS</owner>
|
||||
<owner>src/chrome/browser/ash/smb_client/OWNERS</owner>
|
||||
<summary>
|
||||
The result of the Remount operation during startup. This is recorded after
|
||||
the D-Bus call to Remount returns.
|
||||
|
@ -12,7 +12,7 @@
|
||||
/**
|
||||
* @enum {number}
|
||||
* These values must be kept in sync with the SmbMountResult enum in
|
||||
* chrome/browser/chromeos/smb_client/smb_errors.h.
|
||||
* chrome/browser/ash/smb_client/smb_errors.h.
|
||||
*/
|
||||
/* #export */ const SmbMountResult = {
|
||||
SUCCESS: 0,
|
||||
|
Reference in New Issue
Block a user