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

Unified Diff: chrome/browser/views/first_run_view.h

Issue 4244: Make Chrome default browser an opt-out instead of an opt-in on first run. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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
« no previous file with comments | « chrome/browser/views/first_run_customize_view.cc ('k') | chrome/browser/views/first_run_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/first_run_view.h
===================================================================
--- chrome/browser/views/first_run_view.h (revision 2542)
+++ chrome/browser/views/first_run_view.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_VIEWS_FIRST_RUN_VIEW_H__
-#define CHROME_BROWSER_VIEWS_FIRST_RUN_VIEW_H__
+#ifndef CHROME_BROWSER_VIEWS_FIRST_RUN_VIEW_H_
+#define CHROME_BROWSER_VIEWS_FIRST_RUN_VIEW_H_
#include "chrome/browser/views/first_run_view_base.h"
#include "chrome/browser/views/first_run_customize_view.h"
@@ -12,10 +12,8 @@
#include "chrome/views/view.h"
namespace ChromeViews {
-
class Label;
class Window;
-
}
class Profile;
@@ -35,7 +33,6 @@
virtual void Layout();
// Overridden from ChromeViews::DialogDelegate:
- virtual std::wstring GetDialogButtonLabel(DialogButton button) const;
virtual bool Accept();
virtual bool Cancel();
@@ -64,8 +61,7 @@
ChromeViews::Link* customize_link_;
bool customize_selected_;
- DISALLOW_EVIL_CONSTRUCTORS(FirstRunView);
+ DISALLOW_COPY_AND_ASSIGN(FirstRunView);
};
-#endif // CHROME_BROWSER_VIEWS_FIRST_RUN_VIEW_H__
-
+#endif // CHROME_BROWSER_VIEWS_FIRST_RUN_VIEW_H_
« no previous file with comments | « chrome/browser/views/first_run_customize_view.cc ('k') | chrome/browser/views/first_run_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698