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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 136113019: Cleanup: Remove some unused code, or make them platform specific. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/browser_process_impl.h
===================================================================
--- chrome/browser/browser_process_impl.h (revision 247562)
+++ chrome/browser/browser_process_impl.h (working copy)
@@ -241,9 +241,6 @@
std::string locale_;
- bool checked_for_new_frames_;
- bool using_new_frames_;
-
// This service just sits around and makes snapshots for renderers. It does
// nothing in the constructor so we don't have to worry about lazy init.
scoped_ptr<RenderWidgetSnapshotTaker> render_widget_snapshot_taker_;

Powered by Google App Engine
This is Rietveld 408576698