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

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

Issue 203993004: support loading pepper flash debugger dlls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undoing git cl format changes Created 6 years, 7 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 #endif 63 #endif
64 DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. 64 DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files.
65 65
66 DIR_DEFAULT_APPS, // Directory where installer places .crx files 66 DIR_DEFAULT_APPS, // Directory where installer places .crx files
67 // to be installed when chrome is first run. 67 // to be installed when chrome is first run.
68 DIR_PEPPER_FLASH_PLUGIN, // Directory to the bundled Pepper Flash plugin, 68 DIR_PEPPER_FLASH_PLUGIN, // Directory to the bundled Pepper Flash plugin,
69 // containing the plugin and the manifest. 69 // containing the plugin and the manifest.
70 DIR_COMPONENT_UPDATED_PEPPER_FLASH_PLUGIN, // Base directory of the Pepper 70 DIR_COMPONENT_UPDATED_PEPPER_FLASH_PLUGIN, // Base directory of the Pepper
71 // Flash plugins downloaded by the 71 // Flash plugins downloaded by the
72 // component updater. 72 // component updater.
73 DIR_PEPPER_FLASH_DEBUGGER_PLUGIN, // Base directory of the debugging version
74 // of the Pepper Flash plugin.
73 FILE_RESOURCE_MODULE, // Full path and filename of the module that 75 FILE_RESOURCE_MODULE, // Full path and filename of the module that
74 // contains embedded resources (version, 76 // contains embedded resources (version,
75 // strings, images, etc.). 77 // strings, images, etc.).
76 FILE_LOCAL_STATE, // Path and filename to the file in which 78 FILE_LOCAL_STATE, // Path and filename to the file in which
77 // machine/installation-specific state is saved. 79 // machine/installation-specific state is saved.
78 FILE_RECORDED_SCRIPT, // Full path to the script.log file that 80 FILE_RECORDED_SCRIPT, // Full path to the script.log file that
79 // contains recorded browser events for 81 // contains recorded browser events for
80 // playback. 82 // playback.
81 FILE_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin 83 FILE_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin
82 // file. Querying this path will succeed no 84 // file. Querying this path will succeed no
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 // 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.
130 void RegisterPathProvider(); 132 void RegisterPathProvider();
131 133
132 // 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.
133 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir); 135 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir);
134 const base::FilePath& GetInvalidSpecifiedUserDataDir(); 136 const base::FilePath& GetInvalidSpecifiedUserDataDir();
135 137
136 } // namespace chrome 138 } // namespace chrome
137 139
138 #endif // CHROME_COMMON_CHROME_PATHS_H__ 140 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/pepper_flash_component_installer.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698