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

Unified Diff: chrome/common/chrome_paths.h

Issue 11615034: Remove unused Flash-related code: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 f0bdd7281c0cecb5a5fb997a6ec377e6fefd44dd..58a32c0d3a9dd021f957fc95ad2e148792b7211a 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -72,12 +72,9 @@ enum {
FILE_RECORDED_SCRIPT, // Full path to the script.log file that
// 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_FLASH_PLUGIN, // Full path to the internal NPAPI Flash plugin
yzshen1 2012/12/27 23:10:57 I will get rid of this one when I remove the prefs
+ // file. Querying this path will succeed no
+ // matter the file exists or not.
FILE_PEPPER_FLASH_PLUGIN, // Full path to the bundled 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