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

Unified Diff: chrome/common/chrome_constants.cc

Issue 10828371: Remove unused kOffTheRecordMediaCacheDirname constant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_constants.cc
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index e1a1c3b4b4d0a59160274f9fc0a9300c107ace07..7d170f105913d0fa3493a9f0a61730d0f9413723 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -148,8 +148,6 @@ const FilePath::CharType kManagedModePolicyFilename[] =
const FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
const FilePath::CharType kNewTabThumbnailsFilename[] = FPL("Top Thumbnails");
const FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs");
-const FilePath::CharType kOffTheRecordMediaCacheDirname[] =
- FPL("Incognito Media Cache");
const FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
const FilePath::CharType kReadmeFilename[] = FPL("README");
const FilePath::CharType kSafeBrowsingBaseFilename[] = FPL("Safe Browsing");
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698