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

Unified Diff: extensions/browser/pref_names.h

Issue 451193003: Remove deprecated kBrowserActionContainerWidth pref (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: extensions/browser/pref_names.h
diff --git a/extensions/browser/pref_names.h b/extensions/browser/pref_names.h
index 131a93936e4fc40bfbcbd3e96d79f535e642d5a5..20f39f749300717fdedf09cb00f36d0866ed81fa 100644
--- a/extensions/browser/pref_names.h
+++ b/extensions/browser/pref_names.h
@@ -40,10 +40,6 @@ extern const char kAllowedTypes[];
// by default.
extern const char kBookmarkAppCreationLaunchType[];
-// Integer boolean representing the width (in pixels) of the container for
-// browser actions.
-extern const char kBrowserActionContainerWidth[];
-
// Dictionary pref that keeps track of per-extension settings. The keys are
// extension ids.
extern const char kExtensions[];

Powered by Google App Engine
This is Rietveld 408576698