Index: chrome/browser/ui/webui/options/options_managed_banner_handler_stub.cc |
diff --git a/chrome/browser/ui/webui/options/options_managed_banner_handler_stub.cc b/chrome/browser/ui/webui/options/options_managed_banner_handler_stub.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..18969bebf63688c5f86f876ba8728131e2445586 |
--- /dev/null |
+++ b/chrome/browser/ui/webui/options/options_managed_banner_handler_stub.cc |
@@ -0,0 +1,11 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "chrome/browser/ui/webui/options/options_managed_banner_handler.h" |
+ |
+// static |
+OptionsManagedBannerHandler* OptionsManagedBannerHandler::Create( |
+ WebUI* web_ui, const string16& page_name, OptionsPage page) { |
+ return NULL; |
+} |