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

Unified Diff: chrome/browser/dom_ui/options/options_managed_banner_handler.cc

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/browser/dom_ui/options/options_managed_banner_handler.cc
diff --git a/chrome/browser/dom_ui/options/options_managed_banner_handler.cc b/chrome/browser/dom_ui/options/options_managed_banner_handler.cc
index 2f802f45ef1b4203d23f1d6884c7129cc002c115..7be5bf9f06defaecb1a8c77116d7c02d0bd504f7 100644
--- a/chrome/browser/dom_ui/options/options_managed_banner_handler.cc
+++ b/chrome/browser/dom_ui/options/options_managed_banner_handler.cc
@@ -17,6 +17,8 @@ OptionsManagedBannerHandler::OptionsManagedBannerHandler(
SetupBannerVisibilty();
}
+OptionsManagedBannerHandler::~OptionsManagedBannerHandler() {}
+
void OptionsManagedBannerHandler::OnUpdateVisibility() {
// A preference that may be managed has changed. Update our visibility
// state.

Powered by Google App Engine
This is Rietveld 408576698