| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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/extensions/api/developer_private/developer_private_api.
h" | 5 #include "chrome/browser/extensions/api/developer_private/developer_private_api.
h" |
| 6 | 6 |
| 7 #include "apps/app_load_service.h" | 7 #include "apps/app_load_service.h" |
| 8 #include "apps/app_restore_service.h" | 8 #include "apps/app_restore_service.h" |
| 9 #include "apps/saved_files_service.h" | 9 #include "apps/saved_files_service.h" |
| 10 #include "apps/shell_window.h" | 10 #include "apps/shell_window.h" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 #include "chrome/browser/extensions/extension_system.h" | 28 #include "chrome/browser/extensions/extension_system.h" |
| 29 #include "chrome/browser/extensions/management_policy.h" | 29 #include "chrome/browser/extensions/management_policy.h" |
| 30 #include "chrome/browser/extensions/shell_window_registry.h" | 30 #include "chrome/browser/extensions/shell_window_registry.h" |
| 31 #include "chrome/browser/extensions/unpacked_installer.h" | 31 #include "chrome/browser/extensions/unpacked_installer.h" |
| 32 #include "chrome/browser/extensions/updater/extension_updater.h" | 32 #include "chrome/browser/extensions/updater/extension_updater.h" |
| 33 #include "chrome/browser/platform_util.h" | 33 #include "chrome/browser/platform_util.h" |
| 34 #include "chrome/browser/profiles/profile.h" | 34 #include "chrome/browser/profiles/profile.h" |
| 35 #include "chrome/browser/sync_file_system/drive_backend/drive_file_sync_service.
h" | 35 #include "chrome/browser/sync_file_system/drive_backend/drive_file_sync_service.
h" |
| 36 #include "chrome/browser/ui/chrome_select_file_policy.h" | 36 #include "chrome/browser/ui/chrome_select_file_policy.h" |
| 37 #include "chrome/browser/ui/webui/extensions/extension_icon_source.h" | 37 #include "chrome/browser/ui/webui/extensions/extension_icon_source.h" |
| 38 #include "chrome/common/chrome_switches.h" | |
| 39 #include "chrome/common/extensions/api/developer_private.h" | 38 #include "chrome/common/extensions/api/developer_private.h" |
| 40 #include "chrome/common/extensions/background_info.h" | 39 #include "chrome/common/extensions/background_info.h" |
| 41 #include "chrome/common/extensions/incognito_handler.h" | 40 #include "chrome/common/extensions/incognito_handler.h" |
| 42 #include "chrome/common/extensions/manifest_handlers/app_launch_info.h" | 41 #include "chrome/common/extensions/manifest_handlers/app_launch_info.h" |
| 43 #include "chrome/common/extensions/manifest_handlers/icons_handler.h" | 42 #include "chrome/common/extensions/manifest_handlers/icons_handler.h" |
| 44 #include "chrome/common/extensions/manifest_handlers/offline_enabled_info.h" | 43 #include "chrome/common/extensions/manifest_handlers/offline_enabled_info.h" |
| 45 #include "chrome/common/extensions/manifest_url_handler.h" | 44 #include "chrome/common/extensions/manifest_url_handler.h" |
| 46 #include "chrome/common/url_constants.h" | 45 #include "chrome/common/url_constants.h" |
| 47 #include "content/public/browser/browser_thread.h" | 46 #include "content/public/browser/browser_thread.h" |
| 48 #include "content/public/browser/notification_service.h" | 47 #include "content/public/browser/notification_service.h" |
| 49 #include "content/public/browser/render_process_host.h" | 48 #include "content/public/browser/render_process_host.h" |
| 50 #include "content/public/browser/render_view_host.h" | 49 #include "content/public/browser/render_view_host.h" |
| 51 #include "content/public/browser/site_instance.h" | 50 #include "content/public/browser/site_instance.h" |
| 52 #include "content/public/browser/storage_partition.h" | 51 #include "content/public/browser/storage_partition.h" |
| 53 #include "content/public/browser/web_contents.h" | 52 #include "content/public/browser/web_contents.h" |
| 54 #include "extensions/browser/view_type_utils.h" | 53 #include "extensions/browser/view_type_utils.h" |
| 55 #include "extensions/common/constants.h" | 54 #include "extensions/common/constants.h" |
| 56 #include "extensions/common/extension_resource.h" | 55 #include "extensions/common/extension_resource.h" |
| 56 #include "extensions/common/switches.h" |
| 57 #include "grit/chromium_strings.h" | 57 #include "grit/chromium_strings.h" |
| 58 #include "grit/generated_resources.h" | 58 #include "grit/generated_resources.h" |
| 59 #include "net/base/net_util.h" | 59 #include "net/base/net_util.h" |
| 60 #include "ui/base/l10n/l10n_util.h" | 60 #include "ui/base/l10n/l10n_util.h" |
| 61 #include "ui/webui/web_ui_util.h" | 61 #include "ui/webui/web_ui_util.h" |
| 62 #include "webkit/browser/fileapi/file_system_context.h" | 62 #include "webkit/browser/fileapi/file_system_context.h" |
| 63 #include "webkit/browser/fileapi/file_system_operation_runner.h" | 63 #include "webkit/browser/fileapi/file_system_operation_runner.h" |
| 64 #include "webkit/browser/fileapi/local_file_system_operation.h" | 64 #include "webkit/browser/fileapi/local_file_system_operation.h" |
| 65 #include "webkit/browser/fileapi/syncable/syncable_file_system_util.h" | 65 #include "webkit/browser/fileapi/syncable/syncable_file_system_util.h" |
| 66 #include "webkit/common/blob/shareable_file_reference.h" | 66 #include "webkit/common/blob/shareable_file_reference.h" |
| (...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1248 | 1248 |
| 1249 #undef SET_STRING | 1249 #undef SET_STRING |
| 1250 return true; | 1250 return true; |
| 1251 } | 1251 } |
| 1252 | 1252 |
| 1253 DeveloperPrivateGetStringsFunction::~DeveloperPrivateGetStringsFunction() {} | 1253 DeveloperPrivateGetStringsFunction::~DeveloperPrivateGetStringsFunction() {} |
| 1254 | 1254 |
| 1255 } // namespace api | 1255 } // namespace api |
| 1256 | 1256 |
| 1257 } // namespace extensions | 1257 } // namespace extensions |
| OLD | NEW |