Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2739)

Unified Diff: chrome/browser/profiles/profile_dependency_manager.cc

Issue 11724002: Move ContentScripts out of Extension (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_unref_browser_action
Patch Set: Yoyo's requests Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/user_script_master.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_dependency_manager.cc
diff --git a/chrome/browser/profiles/profile_dependency_manager.cc b/chrome/browser/profiles/profile_dependency_manager.cc
index 8f0c89eb3f5c517ad0f05cbf510d3095cc838fb7..ec66468c420fd01b6e75a55ccf673978c3303c53 100644
--- a/chrome/browser/profiles/profile_dependency_manager.cc
+++ b/chrome/browser/profiles/profile_dependency_manager.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -17,6 +17,7 @@
#include "chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h"
#include "chrome/browser/extensions/api/bookmarks/bookmark_api_factory.h"
#include "chrome/browser/extensions/api/commands/command_service_factory.h"
+#include "chrome/browser/extensions/api/content_scripts/content_scripts_api.h"
#include "chrome/browser/extensions/api/cookies/cookies_api.h"
#include "chrome/browser/extensions/api/dial/dial_api_factory.h"
#include "chrome/browser/extensions/api/discovery/suggested_links_registry_factory.h"
@@ -262,6 +263,8 @@ void ProfileDependencyManager::AssertFactoriesBuilt() {
extensions::MediaGalleriesPrivateAPIFactory::GetInstance();
extensions::OmniboxAPIFactory::GetInstance();
extensions::PreferenceAPIFactory::GetInstance();
+ extensions::ProfileKeyedAPIFactory<extensions::ContentScriptsAPI>::
Yoyo Zhou 2013/01/11 23:19:44 Please rebase to head to get the latest version of
+ GetInstance();
extensions::ProfileKeyedAPIFactory<extensions::CookiesAPI>::GetInstance();
extensions::ProfileKeyedAPIFactory<extensions::ManagedModeAPI>::GetInstance();
extensions::ProfileKeyedAPIFactory<extensions::ProcessesAPI>::GetInstance();
« no previous file with comments | « chrome/browser/extensions/user_script_master.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698