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

Unified Diff: chromecast/common/cast_paths.h

Issue 443833002: Adds ChromecastConfig to manage cast_shell's PrefService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@build-breakpages
Patch Set: address lcwu's comments Created 6 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 | « chromecast/chromecast.gyp ('k') | chromecast/common/cast_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/cast_paths.h
diff --git a/chromecast/common/cast_paths.h b/chromecast/common/cast_paths.h
index d7b43a4c2e1c5b64022a8adfecdee48eea4571a7..59044076c42c1a41909e35655920f9f724571156 100644
--- a/chromecast/common/cast_paths.h
+++ b/chromecast/common/cast_paths.h
@@ -16,6 +16,7 @@ enum {
DIR_CAST_HOME, // Return a modified $HOME which works for both
// development use and the actual device.
+ FILE_CAST_CONFIG, // Config/preferences file path.
PATH_END
};
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/common/cast_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698