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

Unified Diff: win8/delegate_execute/delegate_execute_operation.h

Issue 10962023: Prefix Chrome switches with the switch prefix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: win8/delegate_execute/delegate_execute_operation.h
diff --git a/win8/delegate_execute/delegate_execute_operation.h b/win8/delegate_execute/delegate_execute_operation.h
index f2f01ccef613c7470e2b7e73ab872188e2522c78..3fc1b00a8b6fba139ea8a2a5c512cc551693025c 100644
--- a/win8/delegate_execute/delegate_execute_operation.h
+++ b/win8/delegate_execute/delegate_execute_operation.h
@@ -49,7 +49,7 @@ class DelegateExecuteOperation {
return operation_type_;
}
- const char* relaunch_flags() const {
+ const string16& relaunch_flags() const {
return relaunch_flags_;
}
@@ -66,7 +66,7 @@ class DelegateExecuteOperation {
private:
OperationType operation_type_;
- const char* relaunch_flags_;
+ string16 relaunch_flags_;
FilePath relaunch_shortcut_;
string16 mutex_;

Powered by Google App Engine
This is Rietveld 408576698