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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 5278001: Add a preference to clear Flash LSO data in the Clear Browsing Data dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/browser_process_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 0aeb9762aeb2581f4b9c39f5a678c4893c3eae79..f7f1fe863276f53117674e597a26e44e7b6722b8 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -28,6 +28,7 @@ class CommandLine;
class DebuggerWrapper;
class FilePath;
class NotificationService;
+class Profile;
class TabCloseableStateWatcher;
// Real implementation of BrowserProcess that creates and returns the services.
@@ -83,8 +84,8 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe {
#endif
private:
+ Profile* GetProfile();
void ClearLocalState(const FilePath& profile_path);
- bool ShouldClearLocalState(FilePath* profile_path);
void CreateResourceDispatcherHost();
void CreatePrefService();
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/browser_process_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698