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

Side by Side Diff: chrome/common/chrome_paths.h

Issue 1085393003: Remove code to register Pepper effects plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | chrome/common/chrome_paths.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_COMMON_CHROME_PATHS_H__ 5 #ifndef CHROME_COMMON_CHROME_PATHS_H__
6 #define CHROME_COMMON_CHROME_PATHS_H__ 6 #define CHROME_COMMON_CHROME_PATHS_H__
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 namespace base { 10 namespace base {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 FILE_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin 86 FILE_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin
87 // file. Querying this path will succeed no 87 // file. Querying this path will succeed no
88 // matter the file exists or not. 88 // matter the file exists or not.
89 FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled Pepper Flash plugin 89 FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled Pepper Flash plugin
90 // file. 90 // file.
91 91
92 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file. 92 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
93 DIR_PNACL_BASE, // Full path to the base dir for PNaCl. 93 DIR_PNACL_BASE, // Full path to the base dir for PNaCl.
94 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version 94 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version
95 // (subdir of DIR_PNACL_BASE). 95 // (subdir of DIR_PNACL_BASE).
96 FILE_EFFECTS_PLUGIN, // Full path to the Effects Pepper plugin file.
97 DIR_COMPONENT_WIDEVINE_CDM, // Directory that contains component-updated 96 DIR_COMPONENT_WIDEVINE_CDM, // Directory that contains component-updated
98 // Widevine CDM files. 97 // Widevine CDM files.
99 FILE_WIDEVINE_CDM_ADAPTER, // Full path to the Widevine CDM adapter file. 98 FILE_WIDEVINE_CDM_ADAPTER, // Full path to the Widevine CDM adapter file.
100 FILE_RESOURCES_PACK, // Full path to the .pak file containing 99 FILE_RESOURCES_PACK, // Full path to the .pak file containing
101 // binary data (e.g., html files and images 100 // binary data (e.g., html files and images
102 // used by internal pages). 101 // used by internal pages).
103 DIR_RESOURCES_EXTENSION, // Full path to extension resources. 102 DIR_RESOURCES_EXTENSION, // Full path to extension resources.
104 #if defined(OS_CHROMEOS) 103 #if defined(OS_CHROMEOS)
105 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos 104 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos
106 // wallpapers reside. 105 // wallpapers reside.
(...skipping 27 matching lines...) Expand all
134 // Call once to register the provider for the path keys defined above. 133 // Call once to register the provider for the path keys defined above.
135 void RegisterPathProvider(); 134 void RegisterPathProvider();
136 135
137 // Get or set the invalid user data dir that was originally specified. 136 // Get or set the invalid user data dir that was originally specified.
138 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir); 137 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir);
139 const base::FilePath& GetInvalidSpecifiedUserDataDir(); 138 const base::FilePath& GetInvalidSpecifiedUserDataDir();
140 139
141 } // namespace chrome 140 } // namespace chrome
142 141
143 #endif // CHROME_COMMON_CHROME_PATHS_H__ 142 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698