Chromium Code Reviews| Index: apps/pref_names.h |
| diff --git a/apps/pref_names.h b/apps/pref_names.h |
| index 90fc5d604d882a4b5422b7d0c5195b6c7042bddc..5d58a7b93fad54f43947e5654311539f60faa7f2 100644 |
| --- a/apps/pref_names.h |
| +++ b/apps/pref_names.h |
| @@ -11,6 +11,8 @@ namespace prefs { |
| // Alphabetical list of preference names specific to Apps component. |
| // Keep alphabetized and document each one in the source file. |
| extern const char kAppLauncherIsEnabled[]; |
| +extern const char kRestartFromMetroWithAppLaunch[]; |
|
benwells
2013/03/18 22:16:47
Can you use one pref which is a dictionary?
Like:
tapted
2013/03/19 02:49:05
Yeah, I thought of doing that, but realised it wou
|
| +extern const char kRestartFromMetroWithProfileDir[]; |
| } // namespace prefs |
| } // namespace apps |