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

Unified Diff: chrome/test/automation/browser_proxy.h

Issue 4710001: Split out command IDs from chrome_dll_resource.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/automation/browser_proxy.h
diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h
index 3fb06d4a176a9ca6ee1f18a9d71514482af929be..17973a65ce9fbce019ae8f0a5f0e188af26d1f99 100644
--- a/chrome/test/automation/browser_proxy.h
+++ b/chrome/test/automation/browser_proxy.h
@@ -95,7 +95,7 @@ class BrowserProxy : public AutomationResourceProxy {
scoped_refptr<AutocompleteEditProxy> GetAutocompleteEdit();
// Apply the accelerator with given id (IDC_BACK, IDC_NEWTAB ...)
- // The list can be found at chrome/app/chrome_dll_resource.h
+ // The list can be found at chrome/app/chrome_command_ids.h
// Returns true if the call was successful.
//
// The alternate way to test the accelerators is to use the Windows messaging

Powered by Google App Engine
This is Rietveld 408576698