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

Unified Diff: chrome/test/base/testing_browser_process.cc

Issue 14698027: Move winaura specific methods and members from chrome/browser/browser_process.h to chrome/browser/b… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix includes in testing_browser_process_platform_part.h Created 7 years, 7 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/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index f40d38c0f4e4f0ee3c623929696a1147a26e4318..5947337dc3c4d952be9dc9db63a0c7e53c39969e 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -326,10 +326,6 @@ TestingBrowserProcess::media_file_system_registry() {
#endif
}
-void TestingBrowserProcess::PlatformSpecificCommandLineProcessing(
- const CommandLine& command_line) {
-}
-
bool TestingBrowserProcess::created_local_state() const {
return (local_state_ != NULL);
}
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | chrome/test/base/testing_browser_process_platform_part.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698