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

Unified Diff: chrome/browser/first_run/first_run_browser_process.h

Issue 9702103: Clean up first run: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/first_run/first_run.cc ('k') | chrome/browser/first_run/first_run_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run_browser_process.h
===================================================================
--- chrome/browser/first_run/first_run_browser_process.h (revision 127051)
+++ chrome/browser/first_run/first_run_browser_process.h (working copy)
@@ -1,29 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_FIRST_RUN_FIRST_RUN_BROWSER_PROCESS_H_
-#define CHROME_BROWSER_FIRST_RUN_FIRST_RUN_BROWSER_PROCESS_H_
-#pragma once
-
-#include "base/basictypes.h"
-#include "base/compiler_specific.h"
-#include "chrome/browser/browser_process_impl.h"
-
-// A subclass of BrowserProcessImpl that does not have a GoogleURLTracker or
-// IntranetRedirectDetector so we don't do any URL fetches (as we have no IO
-// thread to fetch on).
-class FirstRunBrowserProcess : public BrowserProcessImpl {
- public:
- explicit FirstRunBrowserProcess(const CommandLine& command_line);
- virtual ~FirstRunBrowserProcess();
-
- // BrowserProcessImpl:
- virtual GoogleURLTracker* google_url_tracker() OVERRIDE;
- virtual IntranetRedirectDetector* intranet_redirect_detector() OVERRIDE;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(FirstRunBrowserProcess);
-};
-
-#endif // CHROME_BROWSER_FIRST_RUN_FIRST_RUN_BROWSER_PROCESS_H_
« no previous file with comments | « chrome/browser/first_run/first_run.cc ('k') | chrome/browser/first_run/first_run_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698