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

Unified Diff: chrome/common/chrome_paths.h

Issue 10911137: Remove bundled NPAPI Flash on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_paths.h
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 823a2d12dfb1778ec4b1d88bd8952ba136995585..e3ac203b3c8b76ee389e264dc623d3b54366c703 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -80,6 +80,11 @@ enum {
// contains recorded browser events for
// playback.
FILE_FLASH_PLUGIN, // Full path to the internal Flash plugin file.
+ // Querying this path will succeed no matter the
+ // file exists or not.
+ FILE_FLASH_PLUGIN_EXISTING, // Full path to the internal Flash plugin file.
+ // Querying this path will fail if the file
+ // doesn't exist.
FILE_PEPPER_FLASH_PLUGIN, // Full path to the Pepper Flash plugin file.
FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file.
« 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