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

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

Issue 2730016: gtk: Remember which page user viewed last in the Certificate Manager window. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: review Created 10 years, 6 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
« no previous file with comments | « chrome/browser/gtk/certificate_manager.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 250
251 extern const wchar_t kSpellCheckDictionary[]; 251 extern const wchar_t kSpellCheckDictionary[];
252 252
253 extern const wchar_t kExcludedSchemes[]; 253 extern const wchar_t kExcludedSchemes[];
254 254
255 extern const wchar_t kSafeBrowsingClientKey[]; 255 extern const wchar_t kSafeBrowsingClientKey[];
256 extern const wchar_t kSafeBrowsingWrappedKey[]; 256 extern const wchar_t kSafeBrowsingWrappedKey[];
257 257
258 extern const wchar_t kOptionsWindowLastTabIndex[]; 258 extern const wchar_t kOptionsWindowLastTabIndex[];
259 extern const wchar_t kContentSettingsWindowLastTabIndex[]; 259 extern const wchar_t kContentSettingsWindowLastTabIndex[];
260 extern const wchar_t kCertificateManagerWindowLastTabIndex[];
260 extern const wchar_t kShouldShowFirstRunBubble[]; 261 extern const wchar_t kShouldShowFirstRunBubble[];
261 extern const wchar_t kShouldUseOEMFirstRunBubble[]; 262 extern const wchar_t kShouldUseOEMFirstRunBubble[];
262 extern const wchar_t kShouldUseMinimalFirstRunBubble[]; 263 extern const wchar_t kShouldUseMinimalFirstRunBubble[];
263 extern const wchar_t kShouldShowWelcomePage[]; 264 extern const wchar_t kShouldShowWelcomePage[];
264 265
265 extern const wchar_t kLastKnownGoogleURL[]; 266 extern const wchar_t kLastKnownGoogleURL[];
266 extern const wchar_t kLastKnownIntranetRedirectOrigin[]; 267 extern const wchar_t kLastKnownIntranetRedirectOrigin[];
267 268
268 extern const wchar_t kCountryIDAtInstall[]; 269 extern const wchar_t kCountryIDAtInstall[];
269 extern const wchar_t kGeoIDAtInstall[]; // OBSOLETE 270 extern const wchar_t kGeoIDAtInstall[]; // OBSOLETE
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 325
325 extern const wchar_t kCloudPrintServiceURL[]; 326 extern const wchar_t kCloudPrintServiceURL[];
326 extern const wchar_t kCloudPrintProxyId[]; 327 extern const wchar_t kCloudPrintProxyId[];
327 extern const wchar_t kCloudPrintAuthToken[]; 328 extern const wchar_t kCloudPrintAuthToken[];
328 extern const wchar_t kCloudPrintXMPPAuthToken[]; 329 extern const wchar_t kCloudPrintXMPPAuthToken[];
329 extern const wchar_t kCloudPrintEmail[]; 330 extern const wchar_t kCloudPrintEmail[];
330 331
331 } // namespace prefs 332 } // namespace prefs
332 333
333 #endif // CHROME_COMMON_PREF_NAMES_H_ 334 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/gtk/certificate_manager.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698