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

Unified Diff: chrome/browser/favicon/favicon_helper.h

Issue 1208963003: Move GN obj files to target-specific dirs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \ Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/favicon/favicon_helper.h
diff --git a/chrome/browser/favicon/favicon_helper.h b/chrome/browser/favicon/favicon_helper.h
deleted file mode 100644
index 9b9af3655883198f5818e1177d1c3d4663b07adc..0000000000000000000000000000000000000000
--- a/chrome/browser/favicon/favicon_helper.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_FAVICON_FAVICON_HELPER_H_
-#define CHROME_BROWSER_FAVICON_FAVICON_HELPER_H_
-
-#include "components/favicon/content/content_favicon_driver.h"
-
-namespace favicon {
-
-// Creates a ContentFaviconDriver and associates it with |web_contents| if none
-// exists yet.
-//
-// This is a helper method for ContentFaviconDriver::CreateForWebContents() that
-// gets KeyedService factories from the Profile linked to web_contents.
-void CreateContentFaviconDriverForWebContents(
- content::WebContents* web_contents);
-
-// Returns whether the favicon should be displayed. If this returns false, no
-// space is provided for the favicon, and the favicon is never displayed.
-bool ShouldDisplayFavicon(content::WebContents* web_contents);
-
-} // namespace favicon
-
-#endif // CHROME_BROWSER_FAVICON_FAVICON_HELPER_H_
« no previous file with comments | « chrome/browser/extensions/api/chrome_extensions_api_client.cc ('k') | chrome/browser/favicon/favicon_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698