| 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 20 matching lines...) Expand all Loading... |
| 31 #include "chrome/browser/extensions/management_policy.h" | 31 #include "chrome/browser/extensions/management_policy.h" |
| 32 #include "chrome/browser/extensions/unpacked_installer.h" | 32 #include "chrome/browser/extensions/unpacked_installer.h" |
| 33 #include "chrome/browser/extensions/updater/extension_updater.h" | 33 #include "chrome/browser/extensions/updater/extension_updater.h" |
| 34 #include "chrome/browser/platform_util.h" | 34 #include "chrome/browser/platform_util.h" |
| 35 #include "chrome/browser/profiles/profile.h" | 35 #include "chrome/browser/profiles/profile.h" |
| 36 #include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_servi
ce.h" | 36 #include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_servi
ce.h" |
| 37 #include "chrome/browser/sync_file_system/syncable_file_system_util.h" | 37 #include "chrome/browser/sync_file_system/syncable_file_system_util.h" |
| 38 #include "chrome/browser/ui/chrome_select_file_policy.h" | 38 #include "chrome/browser/ui/chrome_select_file_policy.h" |
| 39 #include "chrome/browser/ui/webui/extensions/extension_icon_source.h" | 39 #include "chrome/browser/ui/webui/extensions/extension_icon_source.h" |
| 40 #include "chrome/common/extensions/api/developer_private.h" | 40 #include "chrome/common/extensions/api/developer_private.h" |
| 41 #include "chrome/common/extensions/background_info.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" |
| 57 #include "extensions/common/install_warning.h" | 56 #include "extensions/common/install_warning.h" |
| 57 #include "extensions/common/manifest_handlers/background_info.h" |
| 58 #include "extensions/common/manifest_handlers/incognito_info.h" | 58 #include "extensions/common/manifest_handlers/incognito_info.h" |
| 59 #include "extensions/common/switches.h" | 59 #include "extensions/common/switches.h" |
| 60 #include "grit/chromium_strings.h" | 60 #include "grit/chromium_strings.h" |
| 61 #include "grit/generated_resources.h" | 61 #include "grit/generated_resources.h" |
| 62 #include "grit/theme_resources.h" | 62 #include "grit/theme_resources.h" |
| 63 #include "net/base/net_util.h" | 63 #include "net/base/net_util.h" |
| 64 #include "ui/base/l10n/l10n_util.h" | 64 #include "ui/base/l10n/l10n_util.h" |
| 65 #include "ui/base/resource/resource_bundle.h" | 65 #include "ui/base/resource/resource_bundle.h" |
| 66 #include "ui/base/webui/web_ui_util.h" | 66 #include "ui/base/webui/web_ui_util.h" |
| 67 #include "webkit/browser/fileapi/file_system_context.h" | 67 #include "webkit/browser/fileapi/file_system_context.h" |
| (...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1353 return true; | 1353 return true; |
| 1354 } | 1354 } |
| 1355 | 1355 |
| 1356 DeveloperPrivateIsProfileManagedFunction:: | 1356 DeveloperPrivateIsProfileManagedFunction:: |
| 1357 ~DeveloperPrivateIsProfileManagedFunction() { | 1357 ~DeveloperPrivateIsProfileManagedFunction() { |
| 1358 } | 1358 } |
| 1359 | 1359 |
| 1360 } // namespace api | 1360 } // namespace api |
| 1361 | 1361 |
| 1362 } // namespace extensions | 1362 } // namespace extensions |
| OLD | NEW |