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

Unified Diff: chrome/browser/chromeos/display/display_preferences.cc

Issue 67923002: Fixes for -Wunused-function on Linux, Android and ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for realz Created 7 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/chromeos/display/display_preferences.cc
diff --git a/chrome/browser/chromeos/display/display_preferences.cc b/chrome/browser/chromeos/display/display_preferences.cc
index d455b378c9bb0c2d25f1b847c248e884a53ae9ae..96f8cdffd49ade789fe5e2f70a9887abef6d6a24 100644
--- a/chrome/browser/chromeos/display/display_preferences.cc
+++ b/chrome/browser/chromeos/display/display_preferences.cc
@@ -77,10 +77,6 @@ bool UserCanSaveDisplayPreference() {
user_manager->IsLoggedInAsKioskApp());
}
-ash::DisplayController* GetDisplayController() {
- return ash::Shell::GetInstance()->display_controller();
-}
-
void LoadDisplayLayouts() {
PrefService* local_state = g_browser_process->local_state();
ash::internal::DisplayLayoutStore* layout_store =
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/extensions/file_manager/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698