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

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

Issue 196383030: [VideoPlayer] dedicated video player app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add the script file to the whitelist. 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
« 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 119
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 AddHangoutServicesExtension(); 130 void AddHangoutServicesExtension();
130 void AddHotwordHelperExtension(); 131 void AddHotwordHelperExtension();
131 void AddImageLoaderExtension(); 132 void AddImageLoaderExtension();
132 void AddNetworkSpeechSynthesisExtension(); 133 void AddNetworkSpeechSynthesisExtension();
133 134
134 void AddWithName(int manifest_resource_id, 135 void AddWithName(int manifest_resource_id,
135 const base::FilePath& root_directory, 136 const base::FilePath& root_directory,
136 const std::string& name); 137 const std::string& name);
137 void AddChromeApp(); 138 void AddChromeApp();
138 void AddKeyboardApp(); 139 void AddKeyboardApp();
(...skipping 17 matching lines...) Expand all
156 157
157 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NetworkSpeechEngine); 158 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NetworkSpeechEngine);
158 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NoNetworkSpeechEngineWhenOffline); 159 FRIEND_TEST_ALL_PREFIXES(TtsApiTest, NoNetworkSpeechEngineWhenOffline);
159 160
160 DISALLOW_COPY_AND_ASSIGN(ComponentLoader); 161 DISALLOW_COPY_AND_ASSIGN(ComponentLoader);
161 }; 162 };
162 163
163 } // namespace extensions 164 } // namespace extensions
164 165
165 #endif // CHROME_BROWSER_EXTENSIONS_COMPONENT_LOADER_H_ 166 #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