5#ifndef MOLYBDEN_PROFILE_PREFS_HPP
6#define MOLYBDEN_PROFILE_PREFS_HPP
20 virtual std::shared_ptr<Profile>
profile() = 0;
The Chromium profile preferences.
Definition profile_prefs.hpp:15
virtual void disableCaretBrowsing()=0
Disables the caret browsing.
virtual bool isCaretBrowsingEnabled()=0
Returns true if the caret browsing is enabled.
virtual void disablePdfViewer()=0
Disables the built-in PDF viewer.
virtual bool isPdfViewerEnabled()=0
Indicates whether the built-in PDF viewer is enabled or not.
virtual void enablePdfViewer()=0
Enables the built-in PDF viewer.
virtual bool isAutofillEnabled()=0
Returns true if the web form autofill for the simple HTML INPUT values, credit cards,...
virtual void enableAutofill()=0
Enables the web form autofill for the simple HTML INPUT values, credit cards, and user data.
virtual void disableAutofill()=0
Disables the web form autofill for the simple HTML INPUT values, credit cards, and user data.
virtual void enableCaretBrowsing()=0
Enables the caret browsing.
virtual std::shared_ptr< Profile > profile()=0
Returns the profile for these preferences.