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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_switches.cc

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change in //chrome/common/DEPS that broke checkdeps 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: components/enhanced_bookmarks/enhanced_bookmark_switches.cc
diff --git a/components/web_resource/web_resource_switches.cc b/components/enhanced_bookmarks/enhanced_bookmark_switches.cc
similarity index 54%
copy from components/web_resource/web_resource_switches.cc
copy to components/enhanced_bookmarks/enhanced_bookmark_switches.cc
index 8a1f9a772c0997b747f3dadfd6ffdcac8bbc2cff..30f183bee37fa16c57797d6ee9fb053acf944108 100644
--- a/components/web_resource/web_resource_switches.cc
+++ b/components/enhanced_bookmarks/enhanced_bookmark_switches.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/web_resource/web_resource_switches.h"
+#include "components/enhanced_bookmarks/enhanced_bookmark_switches.h"
namespace switches {
-// Specifies a custom URL for fetching NTP promo data.
-const char kPromoServerURL[] = "promo-server-url";
+// Enable Enhanced Bookmarks.
+const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment";
} // namespace switches
« no previous file with comments | « components/enhanced_bookmarks/enhanced_bookmark_switches.h ('k') | ios/chrome/browser/experimental_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698