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

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

Issue 5159001: Rest of the autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Couple of lint errors sneaked into my previous patch. This is clean of lint errors. Created 10 years 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) 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 #pragma once 9 #pragma once
10 10
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 extern const char kSyncSessions[]; 360 extern const char kSyncSessions[];
361 361
362 extern const char kSyncLastSyncedTime[]; 362 extern const char kSyncLastSyncedTime[];
363 extern const char kSyncHasSetupCompleted[]; 363 extern const char kSyncHasSetupCompleted[];
364 extern const char kKeepEverythingSynced[]; 364 extern const char kKeepEverythingSynced[];
365 extern const char kSyncBookmarks[]; 365 extern const char kSyncBookmarks[];
366 extern const char kSyncPasswords[]; 366 extern const char kSyncPasswords[];
367 extern const char kSyncPreferences[]; 367 extern const char kSyncPreferences[];
368 extern const char kSyncApps[]; 368 extern const char kSyncApps[];
369 extern const char kSyncAutofill[]; 369 extern const char kSyncAutofill[];
370 extern const char kSyncAutofill_profile[];
tim (not reviewing) 2010/12/13 19:24:33 no underscores
lipalani 2010/12/14 21:05:57 Done.
370 extern const char kSyncThemes[]; 371 extern const char kSyncThemes[];
371 extern const char kSyncTypedUrls[]; 372 extern const char kSyncTypedUrls[];
372 extern const char kSyncExtensions[]; 373 extern const char kSyncExtensions[];
373 extern const char kSyncManaged[]; 374 extern const char kSyncManaged[];
374 extern const char kSyncSuppressStart[]; 375 extern const char kSyncSuppressStart[];
375 extern const char kGoogleServicesUsername[]; 376 extern const char kGoogleServicesUsername[];
376 extern const char kSyncCredentialsMigrated[]; 377 extern const char kSyncCredentialsMigrated[];
377 extern const char kSyncUsingSecondaryPassphrase[]; 378 extern const char kSyncUsingSecondaryPassphrase[];
378 extern const char kEncryptionBootstrapToken[]; 379 extern const char kEncryptionBootstrapToken[];
380 extern const char kAutofillProfileMigrated[];
379 381
380 extern const char kWebAppCreateOnDesktop[]; 382 extern const char kWebAppCreateOnDesktop[];
381 extern const char kWebAppCreateInAppsMenu[]; 383 extern const char kWebAppCreateInAppsMenu[];
382 extern const char kWebAppCreateInQuickLaunchBar[]; 384 extern const char kWebAppCreateInQuickLaunchBar[];
383 385
384 extern const char kGeolocationAccessToken[]; 386 extern const char kGeolocationAccessToken[];
385 extern const char kGeolocationDefaultContentSetting[]; 387 extern const char kGeolocationDefaultContentSetting[];
386 extern const char kGeolocationContentSettings[]; 388 extern const char kGeolocationContentSettings[];
387 389
388 extern const char kLoginDatabaseMigrated[]; 390 extern const char kLoginDatabaseMigrated[];
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 extern const char kEnableAuthNegotiatePort[]; 425 extern const char kEnableAuthNegotiatePort[];
424 extern const char kAuthServerWhitelist[]; 426 extern const char kAuthServerWhitelist[];
425 extern const char kAuthNegotiateDelegateWhitelist[]; 427 extern const char kAuthNegotiateDelegateWhitelist[];
426 extern const char kGSSAPILibraryName[]; 428 extern const char kGSSAPILibraryName[];
427 429
428 extern const char kKnownBackgroundPages[]; 430 extern const char kKnownBackgroundPages[];
429 431
430 } // namespace prefs 432 } // namespace prefs
431 433
432 #endif // CHROME_COMMON_PREF_NAMES_H_ 434 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698