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

Side by Side Diff: chrome/browser/extensions/activity_log/hashed_ad_networks.cc

Issue 635573005: Cleanup: Better constify some strings in chrome/browser/{chromeos,extensions}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, nit Created 6 years, 1 month 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
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 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 // This file is automatically generated from the script in 5 // This file is automatically generated from the script in
6 // chrome/browser/extensions/activity_log/generate_ad_network_hashes.py. 6 // chrome/browser/extensions/activity_log/generate_ad_network_hashes.py.
7 // DO NOT MODIFY BY HAND! 7 // DO NOT MODIFY BY HAND!
8 8
9 #include "chrome/browser/extensions/activity_log/hashed_ad_networks.h" 9 #include "chrome/browser/extensions/activity_log/hashed_ad_networks.h"
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 12
13 namespace extensions { 13 namespace extensions {
14 14
15 const char* kHashedAdNetworks[] = { 15 const char* const kHashedAdNetworks[] = {
16 "00020F0183BABB09", 16 "00020F0183BABB09",
17 "00681CE94851B727", 17 "00681CE94851B727",
18 "0078BE5CA25F9492", 18 "0078BE5CA25F9492",
19 "01868361EB5A7530", 19 "01868361EB5A7530",
20 "0208B6C445DCDF30", 20 "0208B6C445DCDF30",
21 "02C56F6942DA8040", 21 "02C56F6942DA8040",
22 "031881FF51E3707A", 22 "031881FF51E3707A",
23 "04387CD7AD100A53", 23 "04387CD7AD100A53",
24 "04ED8FD2450305DB", 24 "04ED8FD2450305DB",
25 "04FFC9E5AE1137C5", 25 "04FFC9E5AE1137C5",
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 "FE77A5F9682B9A1C", 551 "FE77A5F9682B9A1C",
552 "FEA3BE45945D6DAD", 552 "FEA3BE45945D6DAD",
553 "FF2228B567AF34C6", 553 "FF2228B567AF34C6",
554 "FF6EC200149D51C8", 554 "FF6EC200149D51C8",
555 "FF9C7F96FC0397A4" 555 "FF9C7F96FC0397A4"
556 }; 556 };
557 557
558 const int kNumHashedAdNetworks = arraysize(kHashedAdNetworks); 558 const int kNumHashedAdNetworks = arraysize(kHashedAdNetworks);
559 559
560 } // namespace extensions 560 } // namespace extensions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698