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

Unified Diff: chrome/common/chrome_constants.h

Issue 2851303003: Add the download component and initial setup (Closed)
Patch Set: Removed accidental rename Created 3 years, 8 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
Index: chrome/common/chrome_constants.h
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index a0c67803c3454c2ea3d7a67e1b1f084d17ef4abd..e606308062e3a6635594505c228c338c0d068051 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -48,6 +48,8 @@ extern const base::FilePath::CharType kChannelIDFilename[];
extern const base::FilePath::CharType kCookieFilename[];
extern const base::FilePath::CharType kCRLSetFilename[];
extern const base::FilePath::CharType kCustomDictionaryFileName[];
+extern const base::FilePath::CharType kDownloadServicePersistedStorageDirname[];
+extern const base::FilePath::CharType kDownloadServiceTemporaryStorageDirname[];
xingliu 2017/05/01 23:56:54 Shall we remove it or define this in chrome_consta
Peter Beverloo 2017/05/02 16:12:20 +1 to removing, it's unused
David Trainor- moved to gerrit 2017/05/03 06:02:58 Thanks! My bad I forgot to remove the header defi
extern const base::FilePath::CharType kExtensionActivityLogFilename[];
extern const base::FilePath::CharType kExtensionsCookieFilename[];
extern const base::FilePath::CharType kFeatureEngagementTrackerStorageDirname[];

Powered by Google App Engine
This is Rietveld 408576698