Index: chrome/browser/ui/window_snapshot/window_snapshot.h |
diff --git a/chrome/browser/ui/window_snapshot/window_snapshot.h b/chrome/browser/ui/window_snapshot/window_snapshot.h |
index 890886a58c0b965439fa101deb85a615e5111438..f685ab52bbf6c7dedd5e70063e14a7299e840732 100644 |
--- a/chrome/browser/ui/window_snapshot/window_snapshot.h |
+++ b/chrome/browser/ui/window_snapshot/window_snapshot.h |
@@ -10,6 +10,8 @@ |
#include "ui/gfx/native_widget_types.h" |
+class PrefService; |
+ |
namespace gfx { |
class Rect; |
} |
@@ -24,6 +26,10 @@ bool GrabWindowSnapshot(gfx::NativeWindow window, |
std::vector<unsigned char>* png_representation, |
const gfx::Rect& snapshot_bounds); |
+#if defined(OS_CHROMEOS) |
+void RegisterPrefs(PrefService* service); |
Mattias Nissler (ping if slow)
2012/07/12 08:59:32
This should have a better name. browser::RegisterP
qfel
2012/07/12 14:48:06
Most of the stuff called in RegisterLocalState (br
|
+#endif |
+ |
} // namespace browser |
#endif // CHROME_BROWSER_UI_WINDOW_SNAPSHOT_WINDOW_SNAPSHOT_H_ |