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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.h

Issue 10692141: Fix the issue that Flash-related options are not showed on Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: sync Created 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.h
diff --git a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.h b/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.h
index 341d14824e1bb69acff79d9b1980da0e84af76d8..7da49c9dacae5c3e71131d3c66fd8d82410eb5d5 100644
--- a/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.h
+++ b/chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.h
@@ -23,7 +23,6 @@ class CoreChromeOSOptionsHandler : public ::options2::CoreOptionsHandler {
// ::CoreOptionsHandler overrides
virtual base::Value* FetchPref(const std::string& pref_name) OVERRIDE;
virtual void InitializeHandler() OVERRIDE;
- virtual void InitializePage() OVERRIDE;
virtual void ObservePref(const std::string& pref_name) OVERRIDE;
virtual void SetPref(const std::string& pref_name,
const base::Value* value,
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698