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

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

Issue 235653003: Gallery.app: Add empty place holders for new separated Gallery app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add the contents of gallery_scripts.js Created 6 years, 8 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 std::string Add(const base::DictionaryValue* parsed_manifest, 120 std::string Add(const base::DictionaryValue* parsed_manifest,
121 const base::FilePath& root_directory); 121 const base::FilePath& root_directory);
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 AddVideoPlayerExtension(); 129 void AddVideoPlayerExtension();
130 void AddGalleryExtension();
130 void AddHangoutServicesExtension(); 131 void AddHangoutServicesExtension();
131 void AddHotwordHelperExtension(); 132 void AddHotwordHelperExtension();
132 void AddImageLoaderExtension(); 133 void AddImageLoaderExtension();
133 void AddNetworkSpeechSynthesisExtension(); 134 void AddNetworkSpeechSynthesisExtension();
134 135
135 void AddWithName(int manifest_resource_id, 136 void AddWithName(int manifest_resource_id,
136 const base::FilePath& root_directory, 137 const base::FilePath& root_directory,
137 const std::string& name); 138 const std::string& name);
138 void AddChromeApp(); 139 void AddChromeApp();
139 void AddKeyboardApp(); 140 void AddKeyboardApp();
(...skipping 17 matching lines...) Expand all
157 158
158 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NetworkSpeechEngine); 159 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NetworkSpeechEngine);
159 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NoNetworkSpeechEngineWhenOffline); 160 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NoNetworkSpeechEngineWhenOffline);
160 161
161 DISALLOW_COPY_AND_ASSIGN(ComponentLoader); 162 DISALLOW_COPY_AND_ASSIGN(ComponentLoader);
162 }; 163 };
163 164
164 } // namespace extensions 165 } // namespace extensions
165 166
166 #endif // CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_ 167 #endif // CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698