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

Unified Diff: components/omnibox/browser/features.h

Issue 2738503002: Omnibox - Cleanup - Delete omnibox/features.h (Closed)
Patch Set: tentative changelist; not yet compiled Created 3 years, 9 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 | « components/omnibox/browser/BUILD.gn ('k') | components/omnibox/browser/features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/features.h
diff --git a/components/omnibox/browser/features.h b/components/omnibox/browser/features.h
deleted file mode 100644
index 8820b72a0d4da5028c202464672c17ae31cd8a99..0000000000000000000000000000000000000000
--- a/components/omnibox/browser/features.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2017 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 COMPONENTS_OMNIBOX_BROWSER_FEATURES_H_
-#define COMPONENTS_OMNIBOX_BROWSER_FEATURES_H_
-
-#include "base/feature_list.h"
-
-namespace features {
-
-extern const base::Feature kZeroSuggestRedirectToChrome;
-
-extern const base::Feature kZeroSuggestSwapTitleAndUrl;
-
-} // namespace features
-
-#endif // COMPONENTS_OMNIBOX_BROWSER_FEATURES_H_
« no previous file with comments | « components/omnibox/browser/BUILD.gn ('k') | components/omnibox/browser/features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698