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

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

Issue 7342009: Show a different banner in chrome://settings for extension-controlled settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix stuff Created 9 years, 5 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
deleted file mode 100644
index 18969bebf63688c5f86f876ba8728131e2445586..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/options/options_managed_banner_handler_stub.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-// 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