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

Unified Diff: chrome/browser/cocoa/browser_test_helper.h

Issue 1902003: Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 8 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
Index: chrome/browser/cocoa/browser_test_helper.h
===================================================================
--- chrome/browser/cocoa/browser_test_helper.h (revision 46425)
+++ chrome/browser/cocoa/browser_test_helper.h (working copy)
@@ -37,7 +37,7 @@
browser_.reset(new Browser(Browser::TYPE_NORMAL, profile_.get()));
}
- virtual ~BrowserTestHelper() {
+ ~BrowserTestHelper() {
// Delete the testing profile on the UI thread. But first release the
// browser, since it may trigger accesses to the profile upon destruction.
browser_.reset(NULL);
@@ -45,7 +45,7 @@
message_loop_.RunAllPending();
}
- virtual TestingProfile* profile() const { return profile_.get(); }
+ TestingProfile* profile() const { return profile_.get(); }
Browser* browser() const { return browser_.get(); }
// Creates the browser window. To close this window call |CloseBrowserWindow|.
« no previous file with comments | « chrome/browser/autofill/personal_data_manager.cc ('k') | chrome/browser/cocoa/preferences_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698