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

Unified Diff: chrome/browser/ui/search_engines/search_engine_tab_helper_delegate.h

Issue 1951153002: Remove AddSearchProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: obsolescence date Created 4 years, 7 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/ui/search_engines/search_engine_tab_helper_delegate.h
diff --git a/chrome/browser/ui/search_engines/search_engine_tab_helper_delegate.h b/chrome/browser/ui/search_engines/search_engine_tab_helper_delegate.h
deleted file mode 100644
index 7aba76a7e70e3dd66519344bdcf6c401fa1e0ffe..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/search_engines/search_engine_tab_helper_delegate.h
+++ /dev/null
@@ -1,28 +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_UI_SEARCH_ENGINES_SEARCH_ENGINE_TAB_HELPER_DELEGATE_H_
-#define CHROME_BROWSER_UI_SEARCH_ENGINES_SEARCH_ENGINE_TAB_HELPER_DELEGATE_H_
-
-class Profile;
-class TemplateURL;
-
-namespace content {
-class WebContents;
-}
-
-// Objects implement this interface to get notified about changes in the
-// SearchEngineTabHelper and to provide necessary functionality.
-class SearchEngineTabHelperDelegate {
- public:
- // Shows a confirmation dialog box for adding a search engine described by
- // |template_url|. Takes ownership of |template_url|.
- virtual void ConfirmAddSearchProvider(TemplateURL* template_url,
- Profile* profile) = 0;
-
- protected:
- virtual ~SearchEngineTabHelperDelegate();
-};
-
-#endif // CHROME_BROWSER_UI_SEARCH_ENGINES_SEARCH_ENGINE_TAB_HELPER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698