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

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

Issue 10343007: Retrieving Chrome Variations seed from server and storing in local prefs. Loading seed data from lo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing more nits from everyone! Created 8 years, 7 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 // 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 353
354 extern const char kMetricsClientID[]; 354 extern const char kMetricsClientID[];
355 extern const char kMetricsSessionID[]; 355 extern const char kMetricsSessionID[];
356 extern const char kMetricsClientIDTimestamp[]; 356 extern const char kMetricsClientIDTimestamp[];
357 extern const char kMetricsReportingEnabled[]; 357 extern const char kMetricsReportingEnabled[];
358 extern const char kMetricsInitialLogsXml[]; 358 extern const char kMetricsInitialLogsXml[];
359 extern const char kMetricsInitialLogsProto[]; 359 extern const char kMetricsInitialLogsProto[];
360 extern const char kMetricsOngoingLogsXml[]; 360 extern const char kMetricsOngoingLogsXml[];
361 extern const char kMetricsOngoingLogsProto[]; 361 extern const char kMetricsOngoingLogsProto[];
362 362
363 extern const char kVariationsSeed[];
364
363 extern const char kProfileLastUsed[]; 365 extern const char kProfileLastUsed[];
364 extern const char kProfilesLastActive[]; 366 extern const char kProfilesLastActive[];
365 extern const char kProfilesNumCreated[]; 367 extern const char kProfilesNumCreated[];
366 extern const char kProfileInfoCache[]; 368 extern const char kProfileInfoCache[];
367 extern const char kProfileCreatedByVersion[]; 369 extern const char kProfileCreatedByVersion[];
368 370
369 extern const char kProfileMetrics[]; 371 extern const char kProfileMetrics[];
370 extern const char kProfilePrefix[]; 372 extern const char kProfilePrefix[];
371 373
372 extern const char kStabilityExitedCleanly[]; 374 extern const char kStabilityExitedCleanly[];
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 extern const char kPointsBufferedForVelocity[]; 691 extern const char kPointsBufferedForVelocity[];
690 extern const char kRailBreakProportion[]; 692 extern const char kRailBreakProportion[];
691 extern const char kRailStartProportion[]; 693 extern const char kRailStartProportion[];
692 #endif 694 #endif
693 695
694 extern const char kInManagedMode[]; 696 extern const char kInManagedMode[];
695 697
696 } // namespace prefs 698 } // namespace prefs
697 699
698 #endif // CHROME_COMMON_PREF_NAMES_H_ 700 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698