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

Side by Side Diff: chrome/browser/ui/app_list/test/fake_profile.h

Issue 349073004: Cleanup: Remove deprecated Profile::GetExtensionService(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_APP_LIST_TEST_FAKE_PROFILE_H_ 5 #ifndef CHROME_BROWSER_UI_APP_LIST_TEST_FAKE_PROFILE_H_
6 #define CHROME_BROWSER_UI_APP_LIST_TEST_FAKE_PROFILE_H_ 6 #define CHROME_BROWSER_UI_APP_LIST_TEST_FAKE_PROFILE_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/sequenced_task_runner.h" 10 #include "base/sequenced_task_runner.h"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE; 49 virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
50 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE; 50 virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
51 virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE; 51 virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE;
52 virtual Profile* GetOffTheRecordProfile() OVERRIDE; 52 virtual Profile* GetOffTheRecordProfile() OVERRIDE;
53 virtual void DestroyOffTheRecordProfile() OVERRIDE; 53 virtual void DestroyOffTheRecordProfile() OVERRIDE;
54 virtual bool HasOffTheRecordProfile() OVERRIDE; 54 virtual bool HasOffTheRecordProfile() OVERRIDE;
55 virtual Profile* GetOriginalProfile() OVERRIDE; 55 virtual Profile* GetOriginalProfile() OVERRIDE;
56 virtual bool IsSupervised() OVERRIDE; 56 virtual bool IsSupervised() OVERRIDE;
57 virtual history::TopSites* GetTopSites() OVERRIDE; 57 virtual history::TopSites* GetTopSites() OVERRIDE;
58 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE; 58 virtual history::TopSites* GetTopSitesWithoutCreating() OVERRIDE;
59 virtual ExtensionService* GetExtensionService() OVERRIDE;
60 virtual ExtensionSpecialStoragePolicy* 59 virtual ExtensionSpecialStoragePolicy*
61 GetExtensionSpecialStoragePolicy() OVERRIDE; 60 GetExtensionSpecialStoragePolicy() OVERRIDE;
62 virtual PrefService* GetPrefs() OVERRIDE; 61 virtual PrefService* GetPrefs() OVERRIDE;
63 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; 62 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
64 virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE; 63 virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
65 virtual net::URLRequestContextGetter* 64 virtual net::URLRequestContextGetter*
66 GetRequestContextForExtensions() OVERRIDE; 65 GetRequestContextForExtensions() OVERRIDE;
67 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE; 66 virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
68 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE; 67 virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE;
69 virtual bool IsSameProfile(Profile* profile) OVERRIDE; 68 virtual bool IsSameProfile(Profile* profile) OVERRIDE;
(...skipping 25 matching lines...) Expand all
95 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE; 94 virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
96 virtual void SetExitType(ExitType exit_type) OVERRIDE; 95 virtual void SetExitType(ExitType exit_type) OVERRIDE;
97 virtual ExitType GetLastSessionExitType() OVERRIDE; 96 virtual ExitType GetLastSessionExitType() OVERRIDE;
98 97
99 private: 98 private:
100 std::string name_; 99 std::string name_;
101 base::FilePath path_; 100 base::FilePath path_;
102 }; 101 };
103 102
104 #endif // CHROME_BROWSER_UI_APP_LIST_TEST_FAKE_PROFILE_H_ 103 #endif // CHROME_BROWSER_UI_APP_LIST_TEST_FAKE_PROFILE_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_apps_sync_test.cc ('k') | chrome/browser/ui/app_list/test/fake_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698