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

Unified Diff: chrome/browser/gpu/gpu_mode_manager.h

Issue 12494033: Provide a link to restart chrome when changing gpu settings (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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/gpu/gpu_mode_manager.h
===================================================================
--- chrome/browser/gpu/gpu_mode_manager.h (revision 189907)
+++ chrome/browser/gpu/gpu_mode_manager.h (working copy)
@@ -16,9 +16,9 @@
GpuModeManager();
~GpuModeManager();
+ static bool IsGpuModePrefEnabled();
+
private:
- bool IsGpuModePrefEnabled() const;
-
PrefChangeRegistrar pref_registrar_;
DISALLOW_COPY_AND_ASSIGN(GpuModeManager);

Powered by Google App Engine
This is Rietveld 408576698