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

Side by Side Diff: chrome/browser/about_flags.cc

Issue 2911773002: Clean up unused grit header includes in chrome/ (Closed)
Patch Set: rebase Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/android/devtools_server.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 #include "chrome/browser/about_flags.h" 5 #include "chrome/browser/about_flags.h"
6 6
7 #include <iterator> 7 #include <iterator>
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <utility> 10 #include <utility>
(...skipping 18 matching lines...) Expand all
29 #include "chrome/browser/experiments/memory_ablation_experiment.h" 29 #include "chrome/browser/experiments/memory_ablation_experiment.h"
30 #include "chrome/browser/flag_descriptions.h" 30 #include "chrome/browser/flag_descriptions.h"
31 #include "chrome/browser/predictors/resource_prefetch_common.h" 31 #include "chrome/browser/predictors/resource_prefetch_common.h"
32 #include "chrome/browser/prerender/prerender_field_trial.h" 32 #include "chrome/browser/prerender/prerender_field_trial.h"
33 #include "chrome/common/channel_info.h" 33 #include "chrome/common/channel_info.h"
34 #include "chrome/common/chrome_content_client.h" 34 #include "chrome/common/chrome_content_client.h"
35 #include "chrome/common/chrome_features.h" 35 #include "chrome/common/chrome_features.h"
36 #include "chrome/common/chrome_switches.h" 36 #include "chrome/common/chrome_switches.h"
37 #include "chrome/common/features.h" 37 #include "chrome/common/features.h"
38 #include "chrome/common/pause_tabs_field_trial.h" 38 #include "chrome/common/pause_tabs_field_trial.h"
39 #include "chrome/grit/chromium_strings.h"
40 #include "components/autofill/core/browser/autofill_experiments.h" 39 #include "components/autofill/core/browser/autofill_experiments.h"
41 #include "components/autofill/core/common/autofill_switches.h" 40 #include "components/autofill/core/common/autofill_switches.h"
42 #include "components/autofill/core/common/autofill_util.h" 41 #include "components/autofill/core/common/autofill_util.h"
43 #include "components/browser_sync/browser_sync_switches.h" 42 #include "components/browser_sync/browser_sync_switches.h"
44 #include "components/cloud_devices/common/cloud_devices_switches.h" 43 #include "components/cloud_devices/common/cloud_devices_switches.h"
45 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_featu res.h" 44 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_featu res.h"
46 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_switc hes.h" 45 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_switc hes.h"
47 #include "components/dom_distiller/core/dom_distiller_switches.h" 46 #include "components/dom_distiller/core/dom_distiller_switches.h"
48 #include "components/error_page/common/error_page_switches.h" 47 #include "components/error_page/common/error_page_switches.h"
49 #include "components/favicon/core/features.h" 48 #include "components/favicon/core/features.h"
(...skipping 12 matching lines...) Expand all
62 #include "components/password_manager/core/common/password_manager_features.h" 61 #include "components/password_manager/core/common/password_manager_features.h"
63 #include "components/previews/core/previews_features.h" 62 #include "components/previews/core/previews_features.h"
64 #include "components/proximity_auth/switches.h" 63 #include "components/proximity_auth/switches.h"
65 #include "components/security_state/core/security_state.h" 64 #include "components/security_state/core/security_state.h"
66 #include "components/security_state/core/switches.h" 65 #include "components/security_state/core/switches.h"
67 #include "components/signin/core/common/signin_switches.h" 66 #include "components/signin/core/common/signin_switches.h"
68 #include "components/spellcheck/common/spellcheck_features.h" 67 #include "components/spellcheck/common/spellcheck_features.h"
69 #include "components/spellcheck/common/spellcheck_switches.h" 68 #include "components/spellcheck/common/spellcheck_switches.h"
70 #include "components/spellcheck/spellcheck_build_features.h" 69 #include "components/spellcheck/spellcheck_build_features.h"
71 #include "components/ssl_config/ssl_config_switches.h" 70 #include "components/ssl_config/ssl_config_switches.h"
72 #include "components/strings/grit/components_strings.h"
73 #include "components/suggestions/features.h" 71 #include "components/suggestions/features.h"
74 #include "components/sync/driver/sync_driver_switches.h" 72 #include "components/sync/driver/sync_driver_switches.h"
75 #include "components/tracing/common/tracing_switches.h" 73 #include "components/tracing/common/tracing_switches.h"
76 #include "components/translate/core/browser/translate_infobar_delegate.h" 74 #include "components/translate/core/browser/translate_infobar_delegate.h"
77 #include "components/translate/core/browser/translate_manager.h" 75 #include "components/translate/core/browser/translate_manager.h"
78 #include "components/translate/core/browser/translate_prefs.h" 76 #include "components/translate/core/browser/translate_prefs.h"
79 #include "components/version_info/version_info.h" 77 #include "components/version_info/version_info.h"
80 #include "content/public/common/content_features.h" 78 #include "content/public/common/content_features.h"
81 #include "content/public/common/content_switches.h" 79 #include "content/public/common/content_switches.h"
82 #include "content/public/common/feature_h264_with_openh264_ffmpeg.h" 80 #include "content/public/common/feature_h264_with_openh264_ffmpeg.h"
(...skipping 3175 matching lines...) Expand 10 before | Expand all | Expand 10 after
3258 const base::HistogramBase::Sample kBadSwitchFormatHistogramId = 0; 3256 const base::HistogramBase::Sample kBadSwitchFormatHistogramId = 0;
3259 3257
3260 const FeatureEntry* GetFeatureEntries(size_t* count) { 3258 const FeatureEntry* GetFeatureEntries(size_t* count) {
3261 *count = arraysize(kFeatureEntries); 3259 *count = arraysize(kFeatureEntries);
3262 return kFeatureEntries; 3260 return kFeatureEntries;
3263 } 3261 }
3264 3262
3265 } // namespace testing 3263 } // namespace testing
3266 3264
3267 } // namespace about_flags 3265 } // namespace about_flags
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/devtools_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698