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

Unified Diff: chrome/browser/ui/webui/options/options_managed_banner_handler_stub.cc

Issue 7096013: Allow device policy code to be optionally included. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make changes requested by torne. Created 9 years, 7 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/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;
+}

Powered by Google App Engine
This is Rietveld 408576698