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

Side by Side Diff: components/rappor/rappor_registry.h

Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rappor Registry Created 6 years, 10 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
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_RAPPOR_RAPPOR_REGISTRY_H_
6 #define COMPONENTS_RAPPOR_RAPPOR_REGISTRY_H_
7
8 namespace rappor {
9
10 struct RapporParameters;
11
12 enum RapporRegistryIndex {
13 HOME_PAGE_RAPPOR = 0,
14 NUM_RAPPOR_REGISTRY_ENTRIES
15 };
16
17 extern const RapporParameters g_rappor_registry[];
Alexei Svitkine (slow) 2014/02/04 19:20:12 Can you expose a function rather than the array di
Steven Holte 2014/02/04 21:41:21 Moved this to rappor_service.cc as kRapporParamete
18
19 } // namespace rappor
20
21 #endif // COMPONENTS_RAPPOR_RAPPOR_REGISTRY_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698