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

Unified Diff: chrome/browser/chromeos/settings_page_view.h

Issue 193032: Added ChromeOS settings for touchpad (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « chrome/browser/chromeos/settings_contents_view.cc ('k') | chrome/browser/chromeos/settings_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/settings_page_view.h
===================================================================
--- chrome/browser/chromeos/settings_page_view.h (revision 26107)
+++ chrome/browser/chromeos/settings_page_view.h (working copy)
@@ -5,9 +5,11 @@
#ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_PAGE_VIEW_H_
#define CHROME_BROWSER_CHROMEOS_SETTINGS_PAGE_VIEW_H_
+#include <gtk/gtk.h>
+
#include "chrome/browser/views/options/options_page_view.h"
-#include <gtk/gtk.h>
+class SettingsContentsView;
// Settings page for Chrome OS.
class SettingsPageView : public OptionsPageView {
@@ -23,6 +25,9 @@
virtual void InitControlLayout();
private:
+ // Controls for the Settings page
+ SettingsContentsView* settings_contents_view_;
+
DISALLOW_COPY_AND_ASSIGN(SettingsPageView);
};
« no previous file with comments | « chrome/browser/chromeos/settings_contents_view.cc ('k') | chrome/browser/chromeos/settings_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698