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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // A handful of resource-like constants related to the Chrome application. 5 // A handful of resource-like constants related to the Chrome application.
6 6
7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_
8 #define CHROME_COMMON_CHROME_CONSTANTS_H_ 8 #define CHROME_COMMON_CHROME_CONSTANTS_H_
9 9
10 #include "base/file_path.h" 10 #include "base/file_path.h"
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 127
128 #if defined(OS_WIN) 128 #if defined(OS_WIN)
129 // This is used by the PreRead experiment. 129 // This is used by the PreRead experiment.
130 extern const char kPreReadEnvironmentVariable[]; 130 extern const char kPreReadEnvironmentVariable[];
131 // Used by Metro Chrome to create the profile under a custom subdirectory. 131 // Used by Metro Chrome to create the profile under a custom subdirectory.
132 extern const wchar_t kMetroChromeUserDataSubDir[]; 132 extern const wchar_t kMetroChromeUserDataSubDir[];
133 // Used by Metro Chrome to initiate navigation and search requests. 133 // Used by Metro Chrome to initiate navigation and search requests.
134 extern const wchar_t kMetroNavigationAndSearchMessage[]; 134 extern const wchar_t kMetroNavigationAndSearchMessage[];
135 // Used by Metro Chrome to get information about the current tab. 135 // Used by Metro Chrome to get information about the current tab.
136 extern const wchar_t kMetroGetCurrentTabInfoMessage[]; 136 extern const wchar_t kMetroGetCurrentTabInfoMessage[];
137 // Used by Metro Chrome to store activation state.
138 extern const wchar_t kMetroRegistryPath[];
139 extern const wchar_t kLaunchModeValue[];
137 #endif 140 #endif
138 141
139 } // namespace chrome 142 } // namespace chrome
140 143
141 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 144 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW
« 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