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

Unified Diff: content/public/common/web_preferences.h

Issue 438843002: Delete code for inspector preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged. 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
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 4bc2de17313b696ed33acead334e7e897abc7f53..683b4ee7e44e73118d614e5e86c47ed183b537a2 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -24,8 +24,8 @@ namespace content {
// "Arab" to "My Arabic Font".
typedef std::map<std::string, base::string16> ScriptFontFamilyMap;
-typedef std::vector<std::pair<std::string, std::string> >
- WebInspectorPreferences;
+// typedef std::vector<std::pair<std::string, std::string> >
+// WebInspectorPreferences;
jam 2014/08/19 19:48:11 nit: remove this and below?
chrishtr 2014/08/19 21:27:26 Done.
enum EditingBehavior {
EDITING_BEHAVIOR_MAC,
@@ -65,7 +65,7 @@ struct CONTENT_EXPORT WebPreferences {
bool images_enabled;
bool plugins_enabled;
bool dom_paste_enabled;
- WebInspectorPreferences inspector_settings;
+// WebInspectorPreferences inspector_settings;
bool site_specific_quirks_enabled;
bool shrinks_standalone_images_to_fit;
bool uses_universal_detector;
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698