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

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

Issue 3127017: Revert 56423 - Added classes to enable session sync functionality.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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
« no previous file with comments | « chrome/common/notification_type.h ('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 #pragma once 9 #pragma once
10 10
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 extern const char kNTPMostVisitedURLsBlacklist[]; 311 extern const char kNTPMostVisitedURLsBlacklist[];
312 extern const char kNTPMostVisitedPinnedURLs[]; 312 extern const char kNTPMostVisitedPinnedURLs[];
313 extern const char kNTPTipsCache[]; 313 extern const char kNTPTipsCache[];
314 extern const char kNTPTipsCacheUpdate[]; 314 extern const char kNTPTipsCacheUpdate[];
315 extern const char kNTPTipsServer[]; 315 extern const char kNTPTipsServer[];
316 extern const char kNTPShownSections[]; 316 extern const char kNTPShownSections[];
317 extern const char kNTPPrefVersion[]; 317 extern const char kNTPPrefVersion[];
318 318
319 extern const char kDevToolsOpenDocked[]; 319 extern const char kDevToolsOpenDocked[];
320 extern const char kDevToolsSplitLocation[]; 320 extern const char kDevToolsSplitLocation[];
321 extern const char kSyncSessions[];
322 321
323 extern const char kSyncLastSyncedTime[]; 322 extern const char kSyncLastSyncedTime[];
324 extern const char kSyncHasSetupCompleted[]; 323 extern const char kSyncHasSetupCompleted[];
325 extern const char kKeepEverythingSynced[]; 324 extern const char kKeepEverythingSynced[];
326 extern const char kSyncBookmarks[]; 325 extern const char kSyncBookmarks[];
327 extern const char kSyncPasswords[]; 326 extern const char kSyncPasswords[];
328 extern const char kSyncPreferences[]; 327 extern const char kSyncPreferences[];
329 extern const char kSyncApps[]; 328 extern const char kSyncApps[];
330 extern const char kSyncAutofill[]; 329 extern const char kSyncAutofill[];
331 extern const char kSyncThemes[]; 330 extern const char kSyncThemes[];
(...skipping 23 matching lines...) Expand all
355 extern const char kProxyAutoDetect[]; 354 extern const char kProxyAutoDetect[];
356 extern const char kProxyServer[]; 355 extern const char kProxyServer[];
357 extern const char kProxyPacUrl[]; 356 extern const char kProxyPacUrl[];
358 extern const char kProxyBypassList[]; 357 extern const char kProxyBypassList[];
359 358
360 extern const char kRegisteredBackgroundContents[]; 359 extern const char kRegisteredBackgroundContents[];
361 360
362 } // namespace prefs 361 } // namespace prefs
363 362
364 #endif // CHROME_COMMON_PREF_NAMES_H_ 363 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698