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

Side by Side Diff: chrome/browser/extensions/proxy_overridden_bubble_delegate.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
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 #include "chrome/browser/extensions/proxy_overridden_bubble_delegate.h" 5 #include "chrome/browser/extensions/proxy_overridden_bubble_delegate.h"
6 6
7 #include "base/metrics/histogram_macros.h" 7 #include "base/metrics/histogram_macros.h"
8 #include "base/strings/utf_string_conversions.h" 8 #include "base/strings/utf_string_conversions.h"
9 #include "chrome/browser/extensions/extension_service.h" 9 #include "chrome/browser/extensions/extension_service.h"
10 #include "chrome/browser/extensions/settings_api_helpers.h" 10 #include "chrome/browser/extensions/settings_api_helpers.h"
11 #include "chrome/browser/profiles/profile.h" 11 #include "chrome/browser/profiles/profile.h"
12 #include "chrome/browser/ui/browser.h" 12 #include "chrome/browser/ui/browser.h"
13 #include "chrome/common/url_constants.h" 13 #include "chrome/common/url_constants.h"
14 #include "chrome/grit/generated_resources.h" 14 #include "chrome/grit/generated_resources.h"
15 #include "components/strings/grit/components_strings.h"
16 #include "extensions/browser/extension_prefs.h" 15 #include "extensions/browser/extension_prefs.h"
17 #include "extensions/browser/extension_registry.h" 16 #include "extensions/browser/extension_registry.h"
18 #include "extensions/browser/extension_system.h" 17 #include "extensions/browser/extension_system.h"
19 #include "ui/base/l10n/l10n_util.h" 18 #include "ui/base/l10n/l10n_util.h"
20 19
21 namespace extensions { 20 namespace extensions {
22 21
23 namespace { 22 namespace {
24 23
25 // The minimum time to wait (since the extension was installed) before notifying 24 // The minimum time to wait (since the extension was installed) before notifying
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 147
149 const char* ProxyOverriddenBubbleDelegate::GetKey() { 148 const char* ProxyOverriddenBubbleDelegate::GetKey() {
150 return "ProxyOverriddenBubbleDelegate"; 149 return "ProxyOverriddenBubbleDelegate";
151 } 150 }
152 151
153 bool ProxyOverriddenBubbleDelegate::SupportsPolicyIndicator() { 152 bool ProxyOverriddenBubbleDelegate::SupportsPolicyIndicator() {
154 return true; 153 return true;
155 } 154 }
156 155
157 } // namespace extensions 156 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_install_prompt.cc ('k') | chrome/browser/extensions/settings_api_bubble_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698