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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 10456045: Refactored mobile activation engine outside of WebUI handler in order to expose its state to other … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 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 side-by-side diff with in-line comments
Download patch
Index: ash/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 80a68948a2ac68bcb4b58fcb1e84b0f607a7e327..6cda9f96cb949eb6bb4af4ef84954c0ed81b05d7 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -60,7 +60,7 @@ void TestShellDelegate::OpenFileManager() {
void TestShellDelegate::OpenCrosh() {
}
-void TestShellDelegate::OpenMobileSetup() {
+void TestShellDelegate::OpenMobileSetup(const std::string& service_path) {
}
void TestShellDelegate::RestoreTab() {

Powered by Google App Engine
This is Rietveld 408576698