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

Unified Diff: chrome/common/chrome_constants.h

Issue 10928172: Implement the persistent metro mode setting (win8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | « no previous file | chrome/common/chrome_constants.cc » ('j') | win8/delegate_execute/command_execute_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_constants.h
===================================================================
--- chrome/common/chrome_constants.h (revision 156626)
+++ chrome/common/chrome_constants.h (working copy)
@@ -134,6 +134,9 @@
extern const wchar_t kMetroNavigationAndSearchMessage[];
// Used by Metro Chrome to get information about the current tab.
extern const wchar_t kMetroGetCurrentTabInfoMessage[];
+// Used by Metro Chrome to store activation state.
+extern const wchar_t kMetroRegistryPath[];
+extern const wchar_t kLaunchModeValue[];
#endif
} // namespace chrome
« no previous file with comments | « no previous file | chrome/common/chrome_constants.cc » ('j') | win8/delegate_execute/command_execute_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698