Index: chrome/browser/automation/automation_profile_impl.h |
=================================================================== |
--- chrome/browser/automation/automation_profile_impl.h (revision 28270) |
+++ chrome/browser/automation/automation_profile_impl.h (working copy) |
@@ -30,6 +30,9 @@ |
} |
// Profile implementation. |
+ virtual ProfileId GetRuntimeId() { |
+ return original_profile_->GetRuntimeId(); |
+ } |
virtual FilePath GetPath() { |
return original_profile_->GetPath(); |
} |