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

Unified Diff: chrome/common/search_provider.h

Issue 2177123003: Move SearchProvider implementation into Blink and make it a no-op. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/search_provider.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search_provider.h
diff --git a/chrome/common/search_provider.h b/chrome/common/search_provider.h
deleted file mode 100644
index 8a305d6f57c6fb5c77b1f856ee8aff8191c3668f..0000000000000000000000000000000000000000
--- a/chrome/common/search_provider.h
+++ /dev/null
@@ -1,22 +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_COMMON_SEARCH_PROVIDER_H_
-#define CHROME_COMMON_SEARCH_PROVIDER_H_
-
-namespace search_provider {
-
-// The type of OSDD that the renderer is giving to the browser.
-enum OSDDType {
- // The Open Search Description URL was detected automatically.
- AUTODETECTED_PROVIDER,
-
- // The Open Search Description URL was given by Javascript.
- EXPLICIT_PROVIDER,
- OSDD_TYPE_LAST = EXPLICIT_PROVIDER
-};
-
-} // namespace search_provider
-
-#endif // CHROME_COMMON_SEARCH_PROVIDER_H_
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/search_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698