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

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

Issue 1867573002: Remove code to locate the NPAPI Flash plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 // machine/installation-specific state is saved. 77 // machine/installation-specific state is saved.
78 FILE_RECORDED_SCRIPT, // Full path to the script.log file that 78 FILE_RECORDED_SCRIPT, // Full path to the script.log file that
79 // contains recorded browser events for 79 // contains recorded browser events for
80 // playback. 80 // playback.
81 FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled Pepper Flash plugin 81 FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled Pepper Flash plugin
82 // file. 82 // file.
83 FILE_PEPPER_FLASH_SYSTEM_PLUGIN, // Full path to the system version of the 83 FILE_PEPPER_FLASH_SYSTEM_PLUGIN, // Full path to the system version of the
84 // Pepper Flash plugin, downloadable from 84 // Pepper Flash plugin, downloadable from
85 // Adobe website. Querying this path might 85 // Adobe website. Querying this path might
86 // succeed no matter the file exists or not. 86 // succeed no matter the file exists or not.
87 FILE_FLASH_SYSTEM_PLUGIN, // Full path to the system version of NPAPI
88 // Flash plugin, downloadable from Adobe
89 // website. Querying this path might succeed no
90 // matter the file exists or not.
91 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file. 87 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
92 DIR_PNACL_BASE, // Full path to the base dir for PNaCl. 88 DIR_PNACL_BASE, // Full path to the base dir for PNaCl.
93 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version 89 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version
94 // (subdir of DIR_PNACL_BASE). 90 // (subdir of DIR_PNACL_BASE).
95 DIR_COMPONENT_WIDEVINE_CDM, // Directory that contains component-updated 91 DIR_COMPONENT_WIDEVINE_CDM, // Directory that contains component-updated
96 // Widevine CDM files. 92 // Widevine CDM files.
97 FILE_WIDEVINE_CDM_ADAPTER, // Full path to the Widevine CDM adapter file. 93 FILE_WIDEVINE_CDM_ADAPTER, // Full path to the Widevine CDM adapter file.
98 FILE_RESOURCES_PACK, // Full path to the .pak file containing 94 FILE_RESOURCES_PACK, // Full path to the .pak file containing
99 // binary data (e.g., html files and images 95 // binary data (e.g., html files and images
100 // used by internal pages). 96 // used by internal pages).
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 // Call once to register the provider for the path keys defined above. 135 // Call once to register the provider for the path keys defined above.
140 void RegisterPathProvider(); 136 void RegisterPathProvider();
141 137
142 // Get or set the invalid user data dir that was originally specified. 138 // Get or set the invalid user data dir that was originally specified.
143 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir); 139 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir);
144 const base::FilePath& GetInvalidSpecifiedUserDataDir(); 140 const base::FilePath& GetInvalidSpecifiedUserDataDir();
145 141
146 } // namespace chrome 142 } // namespace chrome
147 143
148 #endif // CHROME_COMMON_CHROME_PATHS_H__ 144 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698