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

Unified Diff: chrome/common/chrome_switches.cc

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix components/OWNERS Created 6 years, 8 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 262505853f288b5579bd9bbc247fea1b2c6b6d48..eaf0f208c508142155b318edb0c120f20720aa12 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -302,9 +302,6 @@ const char kDisableExtensionsResourceWhitelist[] =
// a tab. http://crbug.com/256870 and http://crbug.com/290403
const char kDisableFullscreenWithinTab[] = "disable-fullscreen-within-tab";
-// Prevent infobars from appearing.
-const char kDisableInfoBars[] = "disable-infobars";
Peter Kasting 2014/04/16 20:18:01 How do you know removing this is safe?
droger 2014/04/17 08:09:53 Why wouldn't it be safe? Note that this was not co
Peter Kasting 2014/04/17 20:24:00 Ah. That's fine then. I thought you were removin
-
// Don't resolve hostnames to IPv6 addresses. This can be used when debugging
// issues relating to IPv6, but shouldn't otherwise be needed. Be sure to file
// bugs if something isn't working properly in the presence of IPv6. This flag

Powered by Google App Engine
This is Rietveld 408576698