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

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

Issue 799643004: Combine PDF plugin into the Chromium binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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_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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 FILE_LOCAL_STATE, // Path and filename to the file in which 76 FILE_LOCAL_STATE, // Path and filename to the file in which
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_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin 81 FILE_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin
82 // file. Querying this path will succeed no 82 // file. Querying this path will succeed no
83 // matter the file exists or not. 83 // matter the file exists or not.
84 FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled Pepper Flash plugin 84 FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled Pepper Flash plugin
85 // file. 85 // file.
86 FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file.
87 86
88 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file. 87 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
89 DIR_PNACL_BASE, // Full path to the base dir for PNaCl. 88 DIR_PNACL_BASE, // Full path to the base dir for PNaCl.
90 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version 89 DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version
91 // (subdir of DIR_PNACL_BASE). 90 // (subdir of DIR_PNACL_BASE).
92 FILE_O1D_PLUGIN, // Full path to the O1D Pepper plugin file. 91 FILE_O1D_PLUGIN, // Full path to the O1D Pepper plugin file.
93 FILE_EFFECTS_PLUGIN, // Full path to the Effects Pepper plugin file. 92 FILE_EFFECTS_PLUGIN, // Full path to the Effects Pepper plugin file.
94 FILE_GTALK_PLUGIN, // Full path to the GTalk Pepper plugin file. 93 FILE_GTALK_PLUGIN, // Full path to the GTalk Pepper plugin file.
95 DIR_COMPONENT_WIDEVINE_CDM, // Directory that contains component-updated 94 DIR_COMPONENT_WIDEVINE_CDM, // Directory that contains component-updated
96 // Widevine CDM files. 95 // Widevine CDM files.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 // Call once to register the provider for the path keys defined above. 131 // Call once to register the provider for the path keys defined above.
133 void RegisterPathProvider(); 132 void RegisterPathProvider();
134 133
135 // Get or set the invalid user data dir that was originally specified. 134 // Get or set the invalid user data dir that was originally specified.
136 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir); 135 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir);
137 const base::FilePath& GetInvalidSpecifiedUserDataDir(); 136 const base::FilePath& GetInvalidSpecifiedUserDataDir();
138 137
139 } // namespace chrome 138 } // namespace chrome
140 139
141 #endif // CHROME_COMMON_CHROME_PATHS_H__ 140 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698