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

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: PATH_CAST_CONFIG -> FILE_CAST_CONFIG 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
Index: chromecast/common/cast_paths.h
diff --git a/chromecast/common/cast_paths.h b/chromecast/common/cast_paths.h
index d7b43a4c2e1c5b64022a8adfecdee48eea4571a7..7635043332f6eaf8181aafa9686bd221c15a2bfc 100644
--- a/chromecast/common/cast_paths.h
+++ b/chromecast/common/cast_paths.h
@@ -16,6 +16,8 @@ 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, defaults to
+ // "$HOME/.eureka.conf".
lcwu1 2014/08/08 00:22:38 s/.eureka.conf/cast_shell.conf, or simply don't me
gunsch 2014/08/08 00:26:36 Done.
PATH_END
};

Powered by Google App Engine
This is Rietveld 408576698