| Index: chrome/common/temp_scaffolding_stubs.cc
|
| ===================================================================
|
| --- chrome/common/temp_scaffolding_stubs.cc (revision 23178)
|
| +++ chrome/common/temp_scaffolding_stubs.cc (working copy)
|
| @@ -145,8 +145,8 @@
|
| // static
|
| bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
|
| const FilePath& master_prefs_path,
|
| - int* preference_details,
|
| - std::vector<std::wstring>* new_tabs) {
|
| + std::vector<std::wstring>* new_tabs,
|
| + int* ping_delay) {
|
| // http://code.google.com/p/chromium/issues/detail?id=11971
|
| // Pretend we processed them correctly.
|
| return true;
|
|
|
| Property changes on: chrome\common\temp_scaffolding_stubs.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/chrome/common/temp_scaffolding_stubs.cc:r69-2775
|
| Merged /trunk/src/chrome/common/temp_scaffolding_stubs.cc:r22284
|
|
|
|
|