Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/login/eula_view.h

Issue 3342004: Fixed the default value for 'crash report' on EULA screen.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/eula_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/eula_view.h
===================================================================
--- chrome/browser/chromeos/login/eula_view.h (revision 58159)
+++ chrome/browser/chromeos/login/eula_view.h (working copy)
@@ -7,7 +7,6 @@
#pragma once
#include "chrome/browser/chromeos/login/view_screen.h"
-#include "chrome/browser/prefs/pref_member.h"
#include "chrome/browser/tab_contents/tab_contents_delegate.h"
#include "views/controls/button/button.h"
#include "views/controls/link.h"
@@ -120,8 +119,6 @@
GURL oem_eula_page_;
- BooleanPrefMember metrics_reporting_enabled_;
-
DISALLOW_COPY_AND_ASSIGN(EulaView);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/eula_view.cc » ('j') | no next file with comments »

Powered by Google App Engine