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

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

Issue 450053003: Use a qualified path for grit includes in various chrome/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove webkit strings that no longer exist Created 6 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/DEPS ('k') | chrome/common/chrome_content_client.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) 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 #ifndef CHROME_COMMON_ATTRITION_EXPERIMENTS_H_ 5 #ifndef CHROME_COMMON_ATTRITION_EXPERIMENTS_H_
6 #define CHROME_COMMON_ATTRITION_EXPERIMENTS_H_ 6 #define CHROME_COMMON_ATTRITION_EXPERIMENTS_H_
7 7
8 #include "grit/chromium_strings.h" 8 #include "chrome/grit/chromium_strings.h"
9 9
10 namespace attrition_experiments { 10 namespace attrition_experiments {
11 11
12 // A list of all the IDs we use for the attrition experiments. 12 // A list of all the IDs we use for the attrition experiments.
13 enum Experiment { 13 enum Experiment {
14 kEnUs1 = IDS_TRY_TOAST_HEADING, 14 kEnUs1 = IDS_TRY_TOAST_HEADING,
15 kEnUs2 = IDS_TRY_TOAST_HEADING2, 15 kEnUs2 = IDS_TRY_TOAST_HEADING2,
16 kEnUs3 = IDS_TRY_TOAST_HEADING3, 16 kEnUs3 = IDS_TRY_TOAST_HEADING3,
17 kEnUs4 = IDS_TRY_TOAST_HEADING4, 17 kEnUs4 = IDS_TRY_TOAST_HEADING4,
18 kSkype1 = IDS_TRY_TOAST_HEADING_SKYPE, 18 kSkype1 = IDS_TRY_TOAST_HEADING_SKYPE,
19 }; 19 };
20 20
21 // A comma-separated list of brand codes that are associated with Skype. 21 // A comma-separated list of brand codes that are associated with Skype.
22 const wchar_t kSkypeBrandCode[] = L"SKPC,SKPG,SKPH,SKPI,SKPL,SKPM,SKPN"; 22 const wchar_t kSkypeBrandCode[] = L"SKPC,SKPG,SKPH,SKPI,SKPL,SKPM,SKPN";
23 23
24 } // namespace 24 } // namespace attrition_experiments
25 25
26 #endif // CHROME_COMMON_ATTRITION_EXPERIMENTS_H_ 26 #endif // CHROME_COMMON_ATTRITION_EXPERIMENTS_H_
OLDNEW
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698