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

Unified Diff: chrome/browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h

Issue 7867044: PART1: Initiated the SignedSettings refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final rebase to ToT before hitting the CQ. Created 9 years, 1 month 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/chromeos/cros_options_page_ui_handler.h
diff --git a/chrome/browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h b/chrome/browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h
deleted file mode 100644
index 9e3c0e556d8b1aa03d3ebee7e7c7ce48564f6d56..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h
+++ /dev/null
@@ -1,29 +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.
-
-#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_OPTIONS_PAGE_UI_HANDLER_H_
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_OPTIONS_PAGE_UI_HANDLER_H_
-#pragma once
-
-#include "chrome/browser/chromeos/cros_settings_provider.h"
-#include "chrome/browser/ui/webui/options/options_ui.h"
-
-namespace chromeos {
-
-// The base class handler of Javascript messages of options pages.
-class CrosOptionsPageUIHandler : public OptionsPageUIHandler {
- public:
- explicit CrosOptionsPageUIHandler(CrosSettingsProvider* provider);
- virtual ~CrosOptionsPageUIHandler();
-
- protected:
- scoped_ptr<CrosSettingsProvider> settings_provider_;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(CrosOptionsPageUIHandler);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_OPTIONS_PAGE_UI_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698