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

Side by Side Diff: chrome/browser/extensions/component_loader.h

Issue 200063003: Remove enhanced bookmarks extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 #ifndef CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_
6 #define CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_ 6 #define CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 122
123 // Loads a registered component extension. 123 // Loads a registered component extension.
124 void Load(const ComponentExtensionInfo& info); 124 void Load(const ComponentExtensionInfo& info);
125 125
126 void AddDefaultComponentExtensionsWithBackgroundPages( 126 void AddDefaultComponentExtensionsWithBackgroundPages(
127 bool skip_session_components); 127 bool skip_session_components);
128 void AddFileManagerExtension(); 128 void AddFileManagerExtension();
129 void AddHangoutServicesExtension(); 129 void AddHangoutServicesExtension();
130 void AddHotwordHelperExtension(); 130 void AddHotwordHelperExtension();
131 void AddImageLoaderExtension(); 131 void AddImageLoaderExtension();
132 void AddBookmarksExtensions();
133 void AddNetworkSpeechSynthesisExtension(); 132 void AddNetworkSpeechSynthesisExtension();
134 133
135 void AddWithName(int manifest_resource_id, 134 void AddWithName(int manifest_resource_id,
136 const base::FilePath& root_directory, 135 const base::FilePath& root_directory,
137 const std::string& name); 136 const std::string& name);
138 void AddChromeApp(); 137 void AddChromeApp();
139 void AddKeyboardApp(); 138 void AddKeyboardApp();
140 void AddWebStoreApp(); 139 void AddWebStoreApp();
141 140
142 // Unloads |component| from the memory. 141 // Unloads |component| from the memory.
(...skipping 14 matching lines...) Expand all
157 156
158 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NetworkSpeechEngine); 157 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NetworkSpeechEngine);
159 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NoNetworkSpeechEngineWhenOffline); 158 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NoNetworkSpeechEngineWhenOffline);
160 159
161 DISALLOW_COPY_AND_ASSIGN(ComponentLoader); 160 DISALLOW_COPY_AND_ASSIGN(ComponentLoader);
162 }; 161 };
163 162
164 } // namespace extensions 163 } // namespace extensions
165 164
166 #endif // CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_ 165 #endif // CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698