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

Side by Side Diff: chrome/common/env_vars.h

Issue 23405002: This change modifies behavior of crash dialog in case of aura metro. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes according to code review comments. Created 7 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 // Defines all the environment variables used by Chrome. 5 // Defines all the environment variables used by Chrome.
6 6
7 #ifndef CHROME_COMMON_ENV_VARS_H__ 7 #ifndef CHROME_COMMON_ENV_VARS_H__
8 #define CHROME_COMMON_ENV_VARS_H__ 8 #define CHROME_COMMON_ENV_VARS_H__
9 9
10 namespace env_vars { 10 namespace env_vars {
11 11
12 extern const char kHeadless[]; 12 extern const char kHeadless[];
13 extern const char kLogFileName[]; 13 extern const char kLogFileName[];
14 extern const char kMetroConnected[];
14 extern const char kSessionLogDir[]; 15 extern const char kSessionLogDir[];
15 extern const char kShowRestart[]; 16 extern const char kShowRestart[];
16 extern const char kRestartInfo[]; 17 extern const char kRestartInfo[];
17 extern const char kRtlLocale[]; 18 extern const char kRtlLocale[];
18 extern const char kLtrLocale[]; 19 extern const char kLtrLocale[];
19 extern const char kStartupTestsNumCycles[]; 20 extern const char kStartupTestsNumCycles[];
20 21
21 // Google Update named environment variable that implies kSystemLevel. 22 // Google Update named environment variable that implies kSystemLevel.
22 // TODO(erikwright): Put this in chrome/installer/util/util_constants.h when 23 // TODO(erikwright): Put this in chrome/installer/util/util_constants.h when
23 // http://crbug.com/174953 is fixed and widely deployed. 24 // http://crbug.com/174953 is fixed and widely deployed.
24 extern const char kGoogleUpdateIsMachineEnvVar[]; 25 extern const char kGoogleUpdateIsMachineEnvVar[];
25 26
26 } // namespace env_vars 27 } // namespace env_vars
27 28
28 #endif // CHROME_COMMON_ENV_VARS_H__ 29 #endif // CHROME_COMMON_ENV_VARS_H__
OLDNEW
« no previous file with comments | « chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc ('k') | chrome/common/env_vars.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698