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

Unified Diff: chrome/common/automation_messages_internal.h

Issue 4758001: Part 2 of reapplying r64637. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More chrome_frame fix 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/common/automation_messages_internal.h
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
similarity index 99%
rename from chrome/test/automation/automation_messages_internal.h
rename to chrome/common/automation_messages_internal.h
index 89aba25c8cb64fd63973cfec64aabc7c2d19cb9e..97e0a20c6d2c0548fbf1d8a620c6258d7356fad2 100644
--- a/chrome/test/automation/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -612,7 +612,7 @@ IPC_BEGIN_MESSAGES(Automation)
// - int: handle of the tab
// Response:
// - bool: whether the operation was successful.
- // - NavigationEntry::PageType: the type of the page currently displayed.
+ // - PageType: the type of the page currently displayed.
IPC_SYNC_MESSAGE_ROUTED1_2(AutomationMsg_GetPageType, int, bool,
NavigationEntry::PageType)

Powered by Google App Engine
This is Rietveld 408576698