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

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

Issue 1740243003: Remove Now v1 component cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 <stddef.h> 8 #include <stddef.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 void AddDefaultComponentExtensionsWithBackgroundPagesForKioskMode(); 144 void AddDefaultComponentExtensionsWithBackgroundPagesForKioskMode();
145 void AddFileManagerExtension(); 145 void AddFileManagerExtension();
146 void AddVideoPlayerExtension(); 146 void AddVideoPlayerExtension();
147 void AddAudioPlayerExtension(); 147 void AddAudioPlayerExtension();
148 void AddGalleryExtension(); 148 void AddGalleryExtension();
149 void AddWebstoreWidgetExtension(); 149 void AddWebstoreWidgetExtension();
150 void AddHangoutServicesExtension(); 150 void AddHangoutServicesExtension();
151 void AddHotwordHelperExtension(); 151 void AddHotwordHelperExtension();
152 void AddImageLoaderExtension(); 152 void AddImageLoaderExtension();
153 void AddNetworkSpeechSynthesisExtension(); 153 void AddNetworkSpeechSynthesisExtension();
154 void AddGoogleNowExtension();
155 154
156 void AddWithNameAndDescription(int manifest_resource_id, 155 void AddWithNameAndDescription(int manifest_resource_id,
157 const base::FilePath& root_directory, 156 const base::FilePath& root_directory,
158 const std::string& name_string, 157 const std::string& name_string,
159 const std::string& description_string); 158 const std::string& description_string);
160 void AddChromeApp(); 159 void AddChromeApp();
161 void AddHotwordAudioVerificationApp(); 160 void AddHotwordAudioVerificationApp();
162 void AddKeyboardApp(); 161 void AddKeyboardApp();
163 void AddWebStoreApp(); 162 void AddWebStoreApp();
164 163
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 base::WeakPtrFactory<ComponentLoader> weak_factory_; 210 base::WeakPtrFactory<ComponentLoader> weak_factory_;
212 211
213 friend class TtsApiTest; 212 friend class TtsApiTest;
214 213
215 DISALLOW_COPY_AND_ASSIGN(ComponentLoader); 214 DISALLOW_COPY_AND_ASSIGN(ComponentLoader);
216 }; 215 };
217 216
218 } // namespace extensions 217 } // namespace extensions
219 218
220 #endif // CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_ 219 #endif // CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/component_loader.cc » ('j') | chrome/browser/extensions/component_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698