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

Unified Diff: chrome/browser/chromeos/drive/test_util.h

Issue 15663006: drive: Merge 'persistent' and 'tmp' directories to 'files' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/browser/chromeos/drive/test_util.h
diff --git a/chrome/browser/chromeos/drive/test_util.h b/chrome/browser/chromeos/drive/test_util.h
index f0554b76764d519421b2bacb4faf6214807afdf8..b0ff8694f271a4185d073922edec0a676bd8d68e 100644
--- a/chrome/browser/chromeos/drive/test_util.h
+++ b/chrome/browser/chromeos/drive/test_util.h
@@ -32,7 +32,6 @@ enum TestFileCacheState {
TEST_CACHE_STATE_PRESENT = 1 << 1,
TEST_CACHE_STATE_DIRTY = 1 << 2,
TEST_CACHE_STATE_MOUNTED = 1 << 3,
- TEST_CACHE_STATE_PERSISTENT = 1 << 4,
};
// Test data type of file cache

Powered by Google App Engine
This is Rietveld 408576698