| OLD | NEW |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/ui/webui/options/chromeos/storage_manager_handler.h" | 5 #include "chrome/browser/ui/webui/options/chromeos/storage_manager_handler.h" |
| 6 | 6 |
| 7 #include <algorithm> | 7 #include <algorithm> |
| 8 #include <numeric> | 8 #include <numeric> |
| 9 #include <string> | 9 #include <string> |
| 10 | 10 |
| 11 #include "base/files/file_util.h" | 11 #include "base/files/file_util.h" |
| 12 #include "base/sys_info.h" | 12 #include "base/sys_info.h" |
| 13 #include "chrome/browser/browser_process.h" | 13 #include "chrome/browser/browser_process.h" |
| 14 #include "chrome/browser/browsing_data/browsing_data_appcache_helper.h" | 14 #include "chrome/browser/browsing_data/browsing_data_appcache_helper.h" |
| 15 #include "chrome/browser/browsing_data/browsing_data_cache_storage_helper.h" | 15 #include "chrome/browser/browsing_data/browsing_data_cache_storage_helper.h" |
| 16 #include "chrome/browser/browsing_data/browsing_data_channel_id_helper.h" | 16 #include "chrome/browser/browsing_data/browsing_data_channel_id_helper.h" |
| 17 #include "chrome/browser/browsing_data/browsing_data_cookie_helper.h" | 17 #include "chrome/browser/browsing_data/browsing_data_cookie_helper.h" |
| 18 #include "chrome/browser/browsing_data/browsing_data_database_helper.h" | 18 #include "chrome/browser/browsing_data/browsing_data_database_helper.h" |
| 19 #include "chrome/browser/browsing_data/browsing_data_file_system_helper.h" | 19 #include "chrome/browser/browsing_data/browsing_data_file_system_helper.h" |
| 20 #include "chrome/browser/browsing_data/browsing_data_flash_lso_helper.h" | 20 #include "chrome/browser/browsing_data/browsing_data_flash_lso_helper.h" |
| 21 #include "chrome/browser/browsing_data/browsing_data_indexed_db_helper.h" | 21 #include "chrome/browser/browsing_data/browsing_data_indexed_db_helper.h" |
| 22 #include "chrome/browser/browsing_data/browsing_data_local_storage_helper.h" | 22 #include "chrome/browser/browsing_data/browsing_data_local_storage_helper.h" |
| 23 #include "chrome/browser/browsing_data/browsing_data_service_worker_helper.h" | 23 #include "chrome/browser/browsing_data/browsing_data_service_worker_helper.h" |
| 24 #include "chrome/browser/chromeos/arc/arc_session_manager.h" | 24 #include "chrome/browser/chromeos/arc/arc_session_manager.h" |
| 25 #include "chrome/browser/chromeos/arc/arc_util.h" |
| 25 #include "chrome/browser/chromeos/drive/file_system_util.h" | 26 #include "chrome/browser/chromeos/drive/file_system_util.h" |
| 26 #include "chrome/browser/chromeos/file_manager/path_util.h" | 27 #include "chrome/browser/chromeos/file_manager/path_util.h" |
| 27 #include "chrome/browser/platform_util.h" | 28 #include "chrome/browser/platform_util.h" |
| 28 #include "chrome/browser/profiles/profile.h" | 29 #include "chrome/browser/profiles/profile.h" |
| 29 #include "chrome/grit/generated_resources.h" | 30 #include "chrome/grit/generated_resources.h" |
| 30 #include "chromeos/cryptohome/homedir_methods.h" | 31 #include "chromeos/cryptohome/homedir_methods.h" |
| 32 #include "components/arc/arc_util.h" |
| 31 #include "components/browsing_data/content/conditional_cache_counting_helper.h" | 33 #include "components/browsing_data/content/conditional_cache_counting_helper.h" |
| 32 #include "components/drive/chromeos/file_system_interface.h" | 34 #include "components/drive/chromeos/file_system_interface.h" |
| 33 #include "components/user_manager/user_manager.h" | 35 #include "components/user_manager/user_manager.h" |
| 34 #include "content/public/browser/browser_context.h" | 36 #include "content/public/browser/browser_context.h" |
| 35 #include "content/public/browser/browser_thread.h" | 37 #include "content/public/browser/browser_thread.h" |
| 36 #include "content/public/browser/storage_partition.h" | 38 #include "content/public/browser/storage_partition.h" |
| 37 #include "ui/base/l10n/l10n_util.h" | 39 #include "ui/base/l10n/l10n_util.h" |
| 38 #include "ui/base/text/bytes_formatting.h" | 40 #include "ui/base/text/bytes_formatting.h" |
| 39 | 41 |
| 40 namespace chromeos { | 42 namespace chromeos { |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 base::StringValue(size_string)); | 411 base::StringValue(size_string)); |
| 410 } | 412 } |
| 411 } | 413 } |
| 412 | 414 |
| 413 void StorageManagerHandler::UpdateArcSize() { | 415 void StorageManagerHandler::UpdateArcSize() { |
| 414 if (updating_arc_size_) | 416 if (updating_arc_size_) |
| 415 return; | 417 return; |
| 416 updating_arc_size_ = true; | 418 updating_arc_size_ = true; |
| 417 | 419 |
| 418 Profile* const profile = Profile::FromWebUI(web_ui()); | 420 Profile* const profile = Profile::FromWebUI(web_ui()); |
| 419 if (!arc::ArcSessionManager::IsAllowedForProfile(profile) || | 421 if (!arc::IsArcAllowedForProfile(profile) || |
| 420 arc::ArcSessionManager::IsOptInVerificationDisabled() || | 422 arc::IsArcOptInVerificationDisabled() || |
| 421 !arc::ArcSessionManager::Get()->IsArcEnabled()) { | 423 !arc::ArcSessionManager::Get()->IsArcEnabled()) { |
| 422 return; | 424 return; |
| 423 } | 425 } |
| 424 | 426 |
| 425 // Shows the item "Android apps and cache" and start calculating size. | 427 // Shows the item "Android apps and cache" and start calculating size. |
| 426 web_ui()->CallJavascriptFunctionUnsafe( | 428 web_ui()->CallJavascriptFunctionUnsafe( |
| 427 "options.StorageManager.showArcItem"); | 429 "options.StorageManager.showArcItem"); |
| 428 bool success = arc::ArcStorageManager::Get()->GetApplicationsSize( | 430 bool success = arc::ArcStorageManager::Get()->GetApplicationsSize( |
| 429 base::Bind(&StorageManagerHandler::OnGetArcSize, | 431 base::Bind(&StorageManagerHandler::OnGetArcSize, |
| 430 weak_ptr_factory_.GetWeakPtr())); | 432 weak_ptr_factory_.GetWeakPtr())); |
| (...skipping 17 matching lines...) Expand all Loading... |
| 448 web_ui()->CallJavascriptFunctionUnsafe("options.StorageManager.setArcSize", | 450 web_ui()->CallJavascriptFunctionUnsafe("options.StorageManager.setArcSize", |
| 449 base::StringValue(size_string)); | 451 base::StringValue(size_string)); |
| 450 } | 452 } |
| 451 | 453 |
| 452 void StorageManagerHandler::OnClearDriveCacheDone(bool success) { | 454 void StorageManagerHandler::OnClearDriveCacheDone(bool success) { |
| 453 UpdateDriveCacheSize(); | 455 UpdateDriveCacheSize(); |
| 454 } | 456 } |
| 455 | 457 |
| 456 } // namespace options | 458 } // namespace options |
| 457 } // namespace chromeos | 459 } // namespace chromeos |
| OLD | NEW |